This topic has not yet been rated - Rate this topic

MethodToken Members

MethodToken overview

Public Fields

public fieldstatic (Shared in Visual Basic)Empty The default MethodToken with Token value 0.

Public Properties

public propertyToken Returns the metadata token for this method.

Public Methods

public methodEquals Overridden. Tests whether the given object is equal to this MethodToken object.
public methodGetHashCode Overridden. Returns the generated hash code for this method.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from ValueType) Overridden. Returns the fully qualified type name of this instance.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

MethodToken Structure | System.Reflection.Emit Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.