Bagikan melalui


MetadataBuilder.AddCustomDebugInformation Metode

Definisi

Menambahkan informasi debug kustom.

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

Jenis informasi. Menentukan struktur value blob.

value
BlobHandle

Blob informasi debug kustom.

Mengembalikan

Handel ke informasi debug kustom yang ditambahkan.

Pengecualian

parent tidak memiliki jenis handel yang diharapkan.

Keterangan

Entri dapat ditambahkan dalam urutan apa pun. Tabel secara otomatis diurutkan saat diserialisasikan.

Berlaku untuk