DkmClrInstructionSymbol.GetAsyncMethodCatchHandlerILOffset(UInt32) Yöntem

Tanım

Zaman uyumsuz bir metodun oluşturulan catch işleyicisinin isteğe bağlı başlangıç Il konumunu alır.

public:
 bool GetAsyncMethodCatchHandlerILOffset([Runtime::InteropServices::Out] System::UInt32 % CatchHandlerILOffset);
public bool GetAsyncMethodCatchHandlerILOffset (out uint CatchHandlerILOffset);
member this.GetAsyncMethodCatchHandlerILOffset : uint32 -> bool
Public Function GetAsyncMethodCatchHandlerILOffset (ByRef CatchHandlerILOffset As UInteger) As Boolean

Parametreler

CatchHandlerILOffset
UInt32

Dışı Catch işleyicisinin başlangıç Il değeri.

Döndürülenler

Boolean

Dışı Zaman uyumsuz metodun PDB 'de bir catch Handler Il kayması varsa true.

Şunlara uygulanır