DkmILExtractBytes.Create(Int32, Int32) 方法

定义

创建新的 DkmILExtractBytes 对象实例。

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILExtractBytes ^ Create(int Offset, int Length);
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILExtractBytes ^ Create(int Offset, int Length);
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILExtractBytes Create(int Offset, int Length);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILExtractBytes Create (int Offset, int Length);
static member Create : int * int -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILExtractBytes
Public Shared Function Create (Offset As Integer, Length As Integer) As DkmILExtractBytes

参数

Offset
Int32

中要提取的第一个字节的偏移量。

Length
Int32

中要提取的字节数。

返回

DkmILExtractBytes

弄此方法调用的结果。

适用于