Label 结构
定义
表示指令流中的标签。Represents a label in the instruction stream. Label
与 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
- 继承
- 属性
- 实现
方法
Equals(Label) |
指示当前实例是否等于指定的 Label。Indicates whether the current instance is equal to the specified Label. |
Equals(Object) |
检查给定对象是否为 |
GetHashCode() |
生成此实例的哈希代码。Generates a hash code for this instance. |
运算符
Equality(Label, Label) |
指示两个 Label 结构是否相等。Indicates whether two Label structures are equal. |
Inequality(Label, Label) |
指示两个 Label 结构是否不相等。Indicates whether two Label structures are not equal. |