Name

Label

Synopsis

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 Structure Label
                  ' Public Instance Methods
   Overrides Public Function Equals(
        ByVal obj As Object) As Boolean  
   Overrides Public Function GetHashCode() As Integer  
End Structure

Hierarchy

System.ObjectSystem.ValueType Label

Returned By

ILGenerator.{BeginExceptionBlock(), DefineLabel()}

Passed To

ILGenerator.{Emit(), MarkLabel()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.