DkmILExtractBytes.Create(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new DkmILExtractBytes object instance.
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
Parameters
- Offset
- Int32
[In] The offset of the first byte to extract.
- Length
- Int32
[In] The number of bytes to extract.
Returns
[Out] Result of this method call.