ICorDebugCode.GetCode(UInt32, UInt32, UInt32, Byte[], UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- startOffset
- UInt32
- endOffset
- UInt32
- cBufferAlloc
- UInt32
- buffer
- Byte[]
- pcBufferSize
- UInt32
返回
返回 Int32。