MetadataBuilder.AddMethodDebugInformation(DocumentHandle, BlobHandle) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메서드 디버그 정보를 추가합니다.
public:
System::Reflection::Metadata::MethodDebugInformationHandle AddMethodDebugInformation(System::Reflection::Metadata::DocumentHandle document, System::Reflection::Metadata::BlobHandle sequencePoints);
public System.Reflection.Metadata.MethodDebugInformationHandle AddMethodDebugInformation(System.Reflection.Metadata.DocumentHandle document, System.Reflection.Metadata.BlobHandle sequencePoints);
member this.AddMethodDebugInformation : System.Reflection.Metadata.DocumentHandle * System.Reflection.Metadata.BlobHandle -> System.Reflection.Metadata.MethodDebugInformationHandle
Public Function AddMethodDebugInformation (document As DocumentHandle, sequencePoints As BlobHandle) As MethodDebugInformationHandle
매개 변수
- document
- DocumentHandle
메서드의 모든 시퀀스 지점을 포함하는 단일 문서의 핸들이거나 null 메서드에 시퀀스 점이 없거나 여러 문서에 걸쳐 있는 경우입니다.
- sequencePoints
- BlobHandle
시퀀스 Points Blob이거나 null 메서드에 시퀀스 점이 없는 경우
반품
추가된 메서드 디버그 정보에 대한 핸들입니다.
설명
sequencePoints 대한 자세한 내용은 GitHub Sequence Points Blob을 참조하세요.