Share via


MetadataBuilder.AddMethodDebugInformation(DocumentHandle, BlobHandle) 메서드

정의

메서드 디버그 정보를 추가합니다.

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 을 참조하세요.

적용 대상