DkmModuleInstance.LoadOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The integer count of the number of module instances that have loaded up to and including this module. Each runtime instance keeps track of its own load order count.
public:
property System::UInt32 LoadOrder { System::UInt32 get(); };
public:
property unsigned int LoadOrder { unsigned int get(); };
public uint LoadOrder { get; }
member this.LoadOrder : uint32
Public ReadOnly Property LoadOrder As UInteger
Property Value
Returns UInt32.