MethodDefinitionHandle.ToDebugInformationHandle 메서드

정의

이 핸들에 해당하는 MethodDebugInformation에 대한 핸들을 반환합니다.

public:
 System::Reflection::Metadata::MethodDebugInformationHandle ToDebugInformationHandle();
public System.Reflection.Metadata.MethodDebugInformationHandle ToDebugInformationHandle ();
member this.ToDebugInformationHandle : unit -> System.Reflection.Metadata.MethodDebugInformationHandle
Public Function ToDebugInformationHandle () As MethodDebugInformationHandle

반환

이 핸들에 해당하는 메서드 디버그 정보 핸들입니다.

설명

결과 핸들은 이식 가능한 PDB Blob에서 열린 컨텍스트 MetadataReader 내에서만 유효합니다. 독립 실행형 PDB 파일의 경우 이 메서드 정의를 포함하는 것과 다른 판독기입니다.

적용 대상