DkmModuleInstance.LoadOrder Property

Definition

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.

Applies to