Freigeben über


MethodBase.MethodHandle-Eigenschaft

Ruft ein Handle für die interne Metadatendarstellung einer Methode ab.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property MethodHandle As RuntimeMethodHandle
'Usage
Dim instance As MethodBase
Dim value As RuntimeMethodHandle

value = instance.MethodHandle
public abstract RuntimeMethodHandle MethodHandle { get; }
public:
virtual property RuntimeMethodHandle MethodHandle {
    RuntimeMethodHandle get () abstract;
}
/** @property */
public abstract RuntimeMethodHandle get_MethodHandle ()
public abstract function get MethodHandle () : RuntimeMethodHandle

Eigenschaftenwert

Ein RuntimeMethodHandle-Objekt.

Hinweise

Die Handles sind nur in der Anwendungsdomäne gültig, in der sie angefordert wurden.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

.NET Compact Framework

Unterstützt in: 2.0, 1.0

Siehe auch

Referenz

MethodBase-Klasse
MethodBase-Member
System.Reflection-Namespace