Share via


MetadataBuilder.AddCustomDebugInformation 메서드

정의

사용자 지정 디버그 정보를 추가합니다.

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

매개 변수

kind
GuidHandle

정보 종류입니다. value Blob의 구조를 결정합니다.

value
BlobHandle

사용자 지정 디버그 정보 Blob입니다.

반환

추가된 사용자 지정 디버그 정보에 대한 핸들입니다.

예외

parent에 필요한 핸들 종류가 없습니다.

설명

항목은 순서에 따라 추가할 수 있습니다. 테이블은 직렬화될 때 자동으로 정렬됩니다.

적용 대상