MetadataBuilder.AddCustomDebugInformation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자 지정 디버그 정보를 추가합니다.
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
매개 변수
- parent
- EntityHandle
디버그 정보를 연결할 엔터티: aMethodDefinitionHandle, , FieldDefinitionHandle, TypeReferenceHandle, TypeDefinitionHandle, ParameterHandle, InterfaceImplementationHandleDeclarativeSecurityAttributeHandleModuleDefinitionHandlePropertyDefinitionHandleTypeSpecificationHandleMemberReferenceHandleStandaloneSignatureHandleEventDefinitionHandleModuleReferenceHandle, AssemblyDefinitionHandle, AssemblyFileHandleAssemblyReferenceHandle, ExportedTypeHandle, ManifestResourceHandle, GenericParameterHandle, , GenericParameterConstraintHandle, MethodSpecificationHandle, , DocumentHandle, LocalVariableHandleLocalScopeHandle, LocalConstantHandle, 또는 a .ImportScopeHandle
- kind
- GuidHandle
정보 종류입니다. Blob의 value 구조를 결정합니다.
- value
- BlobHandle
사용자 지정 디버그 정보 Blob입니다.
반품
추가된 사용자 지정 디버그 정보에 대한 핸들입니다.
예외
parent 에는 예상되는 핸들 종류가 없습니다.
설명
항목은 순서에 따라 추가할 수 있습니다. 테이블은 serialize될 때 자동으로 정렬됩니다.