ICorDebugCode.GetCode(UInt32, UInt32, UInt32, Byte[], UInt32) Method

Definition

public:
 int GetCode(System::UInt32 startOffset, System::UInt32 endOffset, System::UInt32 cBufferAlloc, cli::array <System::Byte> ^ buffer, [Runtime::InteropServices::Out] System::UInt32 % pcBufferSize);
public int GetCode (uint startOffset, uint endOffset, uint cBufferAlloc, byte[] buffer, out uint pcBufferSize);
abstract member GetCode : uint32 * uint32 * uint32 * byte[] * uint32 -> int
Public Function GetCode (startOffset As UInteger, endOffset As UInteger, cBufferAlloc As UInteger, buffer As Byte(), ByRef pcBufferSize As UInteger) As Integer

Parameters

startOffset
UInt32
endOffset
UInt32
cBufferAlloc
UInt32
buffer
Byte[]
pcBufferSize
UInt32

Returns

Returns Int32.

Applies to