Label Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a label in the instruction stream. 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
- Inheritance
- Attributes
- Implements
Methods
| Equals(Label) |
Indicates whether the current instance is equal to the specified Label. |
| Equals(Object) |
Checks if the given object is an instance of |
| GetHashCode() |
Generates a hash code for this instance. |
Operators
| Equality(Label, Label) |
Indicates whether two Label structures are equal. |
| Inequality(Label, Label) |
Indicates whether two Label structures are not equal. |