The type of the memory block represented by this structure.
| C# | Visual Basic | Managed C++ |
[FlagsAttribute] public enum Type
<FlagsAttribute> _ Public Enumeration Type
[FlagsAttribute] public enum class Type
| Member | Description |
|---|---|
| None |
The structure represents an invalid or uninitialized reference.
|
| Managed |
The structure points to a managed memory location.
|
| Unmanaged |
The structure points to an unmanaged memory location.
|
| Pinned |
The structure points to a managed location that has been pinned and for which a fixed physical address is provided
|