August 2003
Intermediate to advanced
928 pages
32h 1m
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 bool Equals(object obj);
// overrides ValueType
public override int GetHashCode( );
// overrides ValueType
}
System.Object
→
System.ValueType
→
Label
ILGenerator.{BeginExceptionBlock( ),
DefineLabel( )}
ILGenerator.{Emit( ), MarkLabel( )}