MetadataBuilder.AddCustomDebugInformation Methode

Definition

Fügt benutzerdefinierte Debuginformationen hinzu.

public:
 System::Reflection::Metadata::CustomDebugInformationHandle AddCustomDebugInformation(System::Reflection::Metadata::EntityHandle parent, System::Reflection::Metadata::GuidHandle kind, System::Reflection::Metadata::BlobHandle value);
public System.Reflection.Metadata.CustomDebugInformationHandle AddCustomDebugInformation (System.Reflection.Metadata.EntityHandle parent, System.Reflection.Metadata.GuidHandle kind, System.Reflection.Metadata.BlobHandle value);
member this.AddCustomDebugInformation : System.Reflection.Metadata.EntityHandle * System.Reflection.Metadata.GuidHandle * System.Reflection.Metadata.BlobHandle -> System.Reflection.Metadata.CustomDebugInformationHandle
Public Function AddCustomDebugInformation (parent As EntityHandle, kind As GuidHandle, value As BlobHandle) As CustomDebugInformationHandle

Parameter

kind
GuidHandle

Die Art der Informationen. Bestimmt die Struktur des value-Blobs.

value
BlobHandle

Das Blob für benutzerdefinierte Debuginformationen.

Gibt zurück

Ein Handle für die hinzugefügten benutzerdefinierten Debuginformationen.

Ausnahmen

parent weist nicht das erwartete Handle auf.

Hinweise

Einträge können in beliebiger Reihenfolge hinzugefügt werden. Die Tabelle wird automatisch sortiert, wenn sie serialisiert wird.

Gilt für: