DkmILExtractBytes.Create(Int32, Int32) Method

Definition

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.

Applies to