MethodToken

MethodToken serializable

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( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net