Label Structure
.NET Framework (current version)
Represents a label in the instruction stream. Label is used in conjunction with the ILGenerator class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Label) | Indicates whether the current instance is equal to the specified Label. |
![]() | Equals(Object^) | Checks if the given object is an instance of Label and is equal to this instance.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Generates a hash code for this instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Label, Label) | Indicates whether two Label structures are equal. |
![]() ![]() | Inequality(Label, Label) | Indicates whether two Label structures are not equal. |
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


