DkmILExtractBytes.Create(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的 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
中要提取的字节数。
返回
弄此方法调用的结果。