System.ModuleHandle Members

The members of System.ModuleHandle are listed below.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
EmptyHandleModuleHandle.

Represents an empty module handle.

Public Properties

[read-only]
MDStreamVersionint.

Gets the metadata stream version.

Public Methods

Equals(ModuleHandle) : bool

Returns a bool value indicating whether the specified ModuleHandle structure is equal to the current ModuleHandle.

override
Equals(object) : bool

Returns a bool value indicating whether the specified object is a ModuleHandle structure, and equal to the current ModuleHandle.

override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetRuntimeFieldHandleFromMetadataToken(int) : RuntimeFieldHandle

Returns a runtime handle for the field identified by the specified metadata token.

GetRuntimeMethodHandleFromMetadataToken(int) : RuntimeMethodHandle

Returns a runtime method handle for the method or constructor identified by the specified metadata token.

GetRuntimeTypeHandleFromMetadataToken(int) : RuntimeTypeHandle

Returns a runtime type handle for the type identified by the specified metadata token.

ResolveFieldHandle(int) : RuntimeFieldHandle

Returns a runtime handle for the field identified by the specified metadata token.

ResolveFieldHandle(int, RuntimeTypeHandle[], RuntimeTypeHandle[]) : RuntimeFieldHandle

Returns a runtime field handle for the field identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.

ResolveMethodHandle(int) : RuntimeMethodHandle

Returns a runtime method handle for the method or constructor identified by the specified metadata token.

ResolveMethodHandle(int, RuntimeTypeHandle[], RuntimeTypeHandle[]) : RuntimeMethodHandle

Returns a runtime method handle for the method or constructor identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.

ResolveTypeHandle(int) : RuntimeTypeHandle

Returns a runtime type handle for the type identified by the specified metadata token.

ResolveTypeHandle(int, RuntimeTypeHandle[], RuntimeTypeHandle[]) : RuntimeTypeHandle

Returns a runtime type handle for the type identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope.

Public Operators

static
Equality(ModuleHandle, ModuleHandle)

Tests whether two ModuleHandle structures are equal.

static
Inequality(ModuleHandle, ModuleHandle)

Tests whether two ModuleHandle structures are unequal.