[ Team LiB ] Previous Section Next Section

MethodTokenserializable

System.Reflection.Emit (mscorlib.dll)struct

This class represents the token for a method. See EventToken for more details on tokens.

public struct MethodToken {
// Public Static Fields
   public static readonly MethodToken Empty;          
// =System.Reflection.Emit.MethodToken
// Public Instance Properties
   public int Token{get; }
// Public Instance Methods
   public override bool Equals(object obj);          
// overrides ValueType
   public override int GetHashCode( );    
// overrides ValueType
}

Hierarchy

System.Object System.ValueType MethodToken

Returned By

ConstructorBuilder.GetToken( ), MethodBuilder.GetToken( ), ModuleBuilder.{GetArrayMethodToken( ), GetConstructorToken( ), GetMethodToken( )}

    [ Team LiB ] Previous Section Next Section