TypeDelegator.TypeHandle Property

Definition

Gets a handle to the internal metadata representation of an implemented type.

public:
 virtual property RuntimeTypeHandle TypeHandle { RuntimeTypeHandle get(); };
public override RuntimeTypeHandle TypeHandle { get; }
member this.TypeHandle : RuntimeTypeHandle
Public Overrides ReadOnly Property TypeHandle As RuntimeTypeHandle

Property Value

A RuntimeTypeHandle object.

Remarks

A type handle is a unique integer value associated with each type. The handle is unique during the runtime.

Applies to

See also