DkmClrInstructionAddress.ILOffset Özellik

Tanım

Ilkayması, bu adresin gösterdiği Il yönergesinin dizinidir. Bu değer, verilen yöntem içinde olan ancak belirli bir Il yönergesine bağlı olmayan bir yönerge için UInt32. MaxValue olarak ayarlanabilir. Bu, bir Il yönergesiyle eşleşmeyen CLR yerel yönergeleri için kullanılır. (ICorDebugILFrame:: GetIP MAPPING_UNMAPPED_ADDRESS) belirtir.

public:
 property System::UInt32 ILOffset { System::UInt32 get(); };
public:
 property unsigned int ILOffset { unsigned int get(); };
public uint ILOffset { get; }
member this.ILOffset : uint32
Public ReadOnly Property ILOffset As UInteger

Özellik Değeri

UInt32

UInt32 döndürür.

Şunlara uygulanır