DkmILParameterValue.LocalIndex 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 index of the local variable within the IL that will receive the parameter value. When the IL stream begins executing, the local variable at this index will be preset to the parameter value.
public:
property System::UInt32 LocalIndex { System::UInt32 get(); };
public:
property unsigned int LocalIndex { unsigned int get(); };
public uint LocalIndex { get; }
member this.LocalIndex : uint32
Public ReadOnly Property LocalIndex As UInteger
Property Value
Returns UInt32.