Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MethodDebugInformation Struct

Definition

Namespace:
System.Reflection.Metadata
Assembly:
System.Reflection.Metadata.dll
Package:
System.Reflection.Metadata v11.0.0-preview.5.26302.115
Source:
MethodDebugInformation.cs
Source:
MethodDebugInformation.cs
Source:
MethodDebugInformation.cs
Source:
MethodDebugInformation.cs
Source:
MethodDebugInformation.cs
Source:
MethodDebugInformation.cs
Source:
MethodDebugInformation.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Name Description
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

Name Description
GetSequencePoints()

Returns a collection of sequence points decoded from SequencePointsBlob.

GetStateMachineKickoffMethod()

Returns the kickoff method of the state machine.

Applies to


Feedback

Was this page helpful?