DkmScriptRuntimeInstance.LoadOrderIndex 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.
Index indicating the relative load order of this script runtime instance to other script runtime instances within the target process. The first runtime instance to load will be given an index of zero.
public:
property int LoadOrderIndex { int get(); };
public:
property int LoadOrderIndex { int get(); };
public int LoadOrderIndex { get; }
member this.LoadOrderIndex : int
Public ReadOnly Property LoadOrderIndex As Integer