Label Estrutura
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa um rótulo no fluxo de instruções.
Label
é usado em conjunto com a classe ILGenerator.
public value class Label : IEquatable<System::Reflection::Emit::Label>
public value class Label
public readonly struct Label : IEquatable<System.Reflection.Emit.Label>
public struct Label
[System.Serializable]
public struct Label
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct Label
public readonly struct Label
type Label = struct
[<System.Serializable>]
type Label = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type Label = struct
Public Structure Label
Implements IEquatable(Of Label)
Public Structure Label
- Herança
- Atributos
- Implementações
A classe Label é uma representação opaca de um rótulo usado pela classe ILGenerator. O token é usado para marcar onde os rótulos ocorrem no fluxo IL. Os rótulos são criados usando DefineLabel()e sua posição é definida usando MarkLabel(Label).
Id |
Obtém a ID exclusiva do rótulo atribuída pelo ILGenerator. |
Equals(Label) |
Indica se a instância atual é igual à Labelespecificada. |
Equals(Object) |
Verifica se o objeto fornecido é uma instância de |
Get |
Gera um código hash para essa instância. |
Equality(Label, Label) |
Indica se duas estruturas Label são iguais. |
Inequality(Label, Label) |
Indica se duas estruturas de Label não são iguais. |
Produto | Versões |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: