Documentation for a minimal subset of the QSM API
Block.Type Enumeration
Namespaces > QS.Fx.Base > Block > Type
The type of the memory block represented by this structure.
Syntax
C#Visual BasicManaged C++
[FlagsAttribute]
public enum Type
<FlagsAttribute> _
Public Enumeration Type
[FlagsAttribute]
public enum class Type
Members
MemberDescription
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

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0