MetadataBuilder.AddCustomDebugInformation Metod

Definition

Lägger till anpassad felsökningsinformation.

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

Parametrar

kind
GuidHandle

Informationstyp. Avgör blobens value struktur.

value
BlobHandle

Den anpassade bloben för felsökningsinformation.

Returer

Ett handtag för den tillagda anpassade felsökningsinformationen.

Undantag

parent har inte den förväntade referenstyp.

Kommentarer

Poster kan läggas till i valfri ordning. Tabellen sorteras automatiskt när den serialiseras.

Gäller för