MethodDebugInformation 구조체

정의

메서드 정의와 연결된 디버그 정보를 제공합니다. 이 정보는 디버그 메타데이터에 저장됩니다.

public value class MethodDebugInformation
public readonly struct MethodDebugInformation
public struct MethodDebugInformation
type MethodDebugInformation = struct
Public Structure MethodDebugInformation
상속
MethodDebugInformation

설명

MethodDebugInformation Table: 0x31 참조하세요.

속성

Document

메서드의 모든 시퀀스 위치를 포함하는 단일 문서의 핸들을 가져옵니다.

LocalSignature

로컬 서명 핸들을 반환합니다.

SequencePointsBlob

Blob 인코딩 시퀀스 위치를 반환합니다.

메서드

GetSequencePoints()

SequencePointsBlob에서 디코딩된 시퀀스 위치 컬렉션을 반환합니다.

GetStateMachineKickoffMethod()

상태 머신의 킥오프 메서드를 반환합니다.

적용 대상