March 2002
Intermediate to advanced
864 pages
31h 8m
English
Label
This class represents a label in the MSIL instruction stream. You can create a
label with ILGenerator.DefineLabel(),
and place it in the stream with ILGenerator.MarkLabel().
public struct Label { // Public Instance Methods public override method bool Equals(object obj); // overrides ValueType public override method int GetHashCode(); // overrides ValueType }
System.Object→System.ValueType→Label
ILGenerator.{BeginExceptionBlock(), DefineLabel()}
ILGenerator.{Emit(), MarkLabel()}