Compartir a través de


EditAndContinueMethodDebugInformation.Create Método

Definición

Sobrecargas

Create(ImmutableArray<Byte>, ImmutableArray<Byte>)

Deserializa la información de depuración del método Edit y Continue de los blobs especificados.

Create(ImmutableArray<Byte>, ImmutableArray<Byte>, ImmutableArray<Byte>)

Deserializa la información de depuración del método Edit y Continue de los blobs especificados.

Create(ImmutableArray<Byte>, ImmutableArray<Byte>)

Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs

Deserializa la información de depuración del método Edit y Continue de los blobs especificados.

public:
 static Microsoft::CodeAnalysis::Emit::EditAndContinueMethodDebugInformation Create(System::Collections::Immutable::ImmutableArray<System::Byte> compressedSlotMap, System::Collections::Immutable::ImmutableArray<System::Byte> compressedLambdaMap);
public static Microsoft.CodeAnalysis.Emit.EditAndContinueMethodDebugInformation Create(System.Collections.Immutable.ImmutableArray<byte> compressedSlotMap, System.Collections.Immutable.ImmutableArray<byte> compressedLambdaMap);
static member Create : System.Collections.Immutable.ImmutableArray<byte> * System.Collections.Immutable.ImmutableArray<byte> -> Microsoft.CodeAnalysis.Emit.EditAndContinueMethodDebugInformation
Public Shared Function Create (compressedSlotMap As ImmutableArray(Of Byte), compressedLambdaMap As ImmutableArray(Of Byte)) As EditAndContinueMethodDebugInformation

Parámetros

compressedSlotMap
ImmutableArray<Byte>

Mapa de ranuras de variables locales.

compressedLambdaMap
ImmutableArray<Byte>

Mapa lambda y de cierre.

Devoluciones

Excepciones

Datos no válidos.

Se aplica a

Create(ImmutableArray<Byte>, ImmutableArray<Byte>, ImmutableArray<Byte>)

Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs
Source:
EditAndContinueMethodDebugInformation.cs

Deserializa la información de depuración del método Edit y Continue de los blobs especificados.

public static Microsoft.CodeAnalysis.Emit.EditAndContinueMethodDebugInformation Create(System.Collections.Immutable.ImmutableArray<byte> compressedSlotMap, System.Collections.Immutable.ImmutableArray<byte> compressedLambdaMap, System.Collections.Immutable.ImmutableArray<byte> compressedStateMachineStateMap);
static member Create : System.Collections.Immutable.ImmutableArray<byte> * System.Collections.Immutable.ImmutableArray<byte> * System.Collections.Immutable.ImmutableArray<byte> -> Microsoft.CodeAnalysis.Emit.EditAndContinueMethodDebugInformation
Public Shared Function Create (compressedSlotMap As ImmutableArray(Of Byte), compressedLambdaMap As ImmutableArray(Of Byte), compressedStateMachineStateMap As ImmutableArray(Of Byte)) As EditAndContinueMethodDebugInformation

Parámetros

compressedSlotMap
ImmutableArray<Byte>

Mapa de ranuras de variables locales.

compressedLambdaMap
ImmutableArray<Byte>

Mapa lambda y de cierre.

compressedStateMachineStateMap
ImmutableArray<Byte>

Puntos de suspensión de máquina de estado, si el método es el método MoveNext de la máquina de estado.

Devoluciones

Excepciones

Datos no válidos.

Se aplica a