Aracılığıyla paylaş


MetadataBuilder.AddCustomDebugInformation Yöntem

Tanım

Özel hata ayıklama bilgileri ekler.

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

Parametreler

kind
GuidHandle

Bilgi türü. Blobun yapısını value belirler.

value
BlobHandle

Özel hata ayıklama bilgileri blobu.

Döndürülenler

Eklenen özel hata ayıklama bilgilerinin tanıtıcısı.

Özel durumlar

parent beklenen tanıtıcı türüne sahip değil.

Açıklamalar

Girdiler herhangi bir sırada eklenebilir. Tablo, seri hale getirildiğinde otomatik olarak sıralanır.

Şunlara uygulanır