MethodDefinitionHandle.ToDebugInformationHandle Methode

Definition

Gibt ein Handle zu einem MethodDebugInformation-Element zurück, das diesem Handle entspricht.

public:
 System::Reflection::Metadata::MethodDebugInformationHandle ToDebugInformationHandle();
public System.Reflection.Metadata.MethodDebugInformationHandle ToDebugInformationHandle ();
member this.ToDebugInformationHandle : unit -> System.Reflection.Metadata.MethodDebugInformationHandle
Public Function ToDebugInformationHandle () As MethodDebugInformationHandle

Gibt zurück

Ein Methodendebug-Informationshandle, das diesem Handle entspricht.

Hinweise

Das resultierende Handle ist nur im Kontext eines MetadataReader geöffneten PDB-Blobs gültig, bei dem es sich bei einer eigenständigen PDB-Datei um einen anderen Reader handelt als der, der diese Methodendefinition enthält.

Gilt für: