Sdílet prostřednictvím


DkmILParameterValue.LocalIndex Property

Definition

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.

Applies to