MethodDebugInformation Struct

Definition

Provides debug information associated with a method definition. This information is stored in debug metadata.

public value class MethodDebugInformation
public readonly struct MethodDebugInformation
public struct MethodDebugInformation
type MethodDebugInformation = struct
Public Structure MethodDebugInformation
Inheritance
MethodDebugInformation

Remarks

See MethodDebugInformation Table: 0x31.

Properties

Document

Gets the handle of the single document containing all sequence points of the method.

LocalSignature

Returns a local signature handle.

SequencePointsBlob

Returns a blob encoding sequence points.

Methods

GetSequencePoints()

Returns a collection of sequence points decoded from SequencePointsBlob.

GetStateMachineKickoffMethod()

Returns the kickoff method of the state machine.

Applies to