COR_DEBUG_IL_TO_NATIVE_MAP.GetILOffset Method

Definition

public:
 static System::UInt32 GetILOffset(cli::array <Microsoft::VisualStudio::CorDebugInterop::COR_DEBUG_IL_TO_NATIVE_MAP> ^ map, System::UInt32 nativeOffset);
public static uint GetILOffset (Microsoft.VisualStudio.CorDebugInterop.COR_DEBUG_IL_TO_NATIVE_MAP[] map, uint nativeOffset);
static member GetILOffset : Microsoft.VisualStudio.CorDebugInterop.COR_DEBUG_IL_TO_NATIVE_MAP[] * uint32 -> uint32
Public Shared Function GetILOffset (map As COR_DEBUG_IL_TO_NATIVE_MAP(), nativeOffset As UInteger) As UInteger

Parameters

nativeOffset
UInt32

Returns

Applies to