Buffer |
public class BufferDataConverterContextProvider : BufferDataConverterContext, IDataContextProvider
The BufferDataConverterContextProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| BufferDataConverterContextProvider | Constructs a context for marshalling/unmarshalling data to/from an array of bytes. |
| Name | Description | |
|---|---|---|
| AddressArea |
The area of memory being addressed by this buffer.
Specifically, this is used to marshal booleans into the correct bit in the buffer.
Supercedes the area of Address (normally a subrange of the address).
(Inherited from BufferDataConverterContext) |
| Name | Description | |
|---|---|---|
| GetContextT |
Returns data context of a given type.
(Defined by DataContextProvider) |