March 2002
Intermediate to advanced
864 pages
31h 8m
English
MethodToken
This class represents the token for a method.
See EventToken for more details on
tokens.
public struct MethodToken { // Public Static Fields public static readonly field MethodToken Empty; // =System.Reflection.Emit.MethodToken // Public Instance Properties public field int Token{get; } // Public Instance Methods public override method bool Equals(object obj); // overrides ValueType public override method int GetHashCode(); // overrides ValueType }
System.Object→System.ValueType→MethodToken
ConstructorBuilder.GetToken(), MethodBuilder.GetToken(), ModuleBuilder.{GetArrayMethodToken(), GetConstructorToken(), GetMethodToken()}