MethodToken Structure
The MethodToken struct is an object representation of a token that represents a method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Token | Returns the metadata token for this method. |
| Name | Description | |
|---|---|---|
![]() | Equals(MethodToken) | Indicates whether the current instance is equal to the specified MethodToken. |
![]() | Equals(Object) | Tests whether the given object is equal to this MethodToken object.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Returns the generated hash code for this method.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(MethodToken, MethodToken) | Indicates whether two MethodToken structures are equal. |
![]() ![]() | Inequality(MethodToken, MethodToken) | Indicates whether two MethodToken structures are not equal. |
Available since 1.1
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




