Label Structure
Définition
Représente une étiquette dans le flux d'instructions.Represents a label in the instruction stream. Label
est utilisé conjointement à la classe ILGenerator.Label
is used in conjunction with the ILGenerator class.
public value class Label : IEquatable<System::Reflection::Emit::Label>
public value class Label
public 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
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
- Héritage
- Attributs
- Implémente
Méthodes
Equals(Label) |
Détermine si l'instance actuelle est égale à l'objet Label spécifié.Indicates whether the current instance is equal to the specified Label. |
Equals(Object) |
Vérifie si l'objet donné est une instance de |
GetHashCode() |
Génère un code de hachage pour cette instance.Generates a hash code for this instance. |
Opérateurs
Equality(Label, Label) |
Indique si deux structures Label sont égales.Indicates whether two Label structures are equal. |
Inequality(Label, Label) |
Indique si deux structures Label ne sont pas égales.Indicates whether two Label structures are not equal. |