DkmClrInstructionSymbol.GetAsyncMethodCatchHandlerILOffset(UInt32) Method

Definition

Gets the optional starting IL offset of an async method's generated catch handler.

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

Parameters

CatchHandlerILOffset
UInt32

[Out] The catch handler's starting IL offset.

Returns

[Out] True if async method has a catch handler IL offset in the PDB.

Applies to