DkmILExtractBytes.Create(Int32, Int32) Método

Definição

Crie uma nova instância do objeto 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

Parâmetros

Offset
Int32

No O deslocamento do primeiro byte a ser extraído.

Length
Int32

No O número de bytes a serem extraídos.

Retornos

DkmILExtractBytes

Fora Resultado dessa chamada de método.

Aplica-se a