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
시퀀스 위치 Blob이거나, 메서드에 시퀀스 위치가 없는 경우 null
입니다.
반환
추가된 메서드 디버그 정보에 대한 핸들입니다.
설명
에 대한 sequencePoints
자세한 내용은 GitHub의 시퀀스 포인트 Blob 을 참조하세요.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET