This namespace contains the basic class definitions used by other namespaces.
| C# | Visual Basic | Managed C++ |
namespace QS.Fx.Base
Namespace QS.Fx.Base
namespace QS.Fx.Base
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Name | Description |
|---|---|---|
| Address | ||
| AgentID | ||
| AgentIncarnation | ||
| Block |
This structure represents a single contiguous block of managed or unmanaged memory.
| |
| Callback | ||
| CompletionCallback | ||
| CompletionCallback<(Of C>) | ||
| ConsumableBlock |
The class represents a segment of memory that data can be appended to.
| |
| ContextCallback |
This class represents a callback with single a context object of unspecified type passed as argument.
| |
| ContextCallback<(Of C>) |
This class represents a callback with single a context object of a specific type passed as argument.
| |
| ContextCallback<(Of C1, C2>) |
This class represents a callback with two context objects of specific types passed as arguments.
| |
| GetCallback<(Of C>) | ||
| IBlockControl |
The structure represents a memory block managed outside of the garbage collector, such as e.g. unmanaged memory owned by
unmanaged code or shared memory owned by a different process. The structure is used to track reference count and release the
memory when no longer needed.
| |
| ID | ||
| Int128 | ||
| IOCompletionCallback |
This callback is invoked upon a successful or unsuccessful completion of an I/O operation.
| |
| IParameter |
This class represents an instance of a configuration setting.
| |
| IParameter<(Of C>) | ||
| IParameterInfo |
This value represents metadata related to a configuration setting.
| |
| IParameters |
Represents a list of configuration parameters of the specific module.
| |
| IParametersInfo |
Represents metadata of the list of configuration parameters of a module.
| |
| IParametrized |
This interface is implemented by classes representing modules that can expose configuration parameters.
| |
| Parameter<(Of C>) | ||
| ParameterAccess |
This enumeration represents access mode of a configuration parameter.
| |
| ParameterAttribute | ||
| ParameterCallbacks<(Of C>) | ||
| ParameterField<(Of C>) | ||
| ParameterInfo | ||
| ParameterProperty<(Of C>) | ||
| Parameters | ||
| ParametersInfo | ||
| Parametrized | ||
| QualifiedID | ||
| SessionID | ||
| SetCallback<(Of C>) | ||
| SynchronizationClassAttribute | ||
| SynchronizationOption | ||
| Type |
The type of the memory block represented by this structure.
|