EditAndContinueMethodDebugInformation 结构

定义

调试与编译器发出的指定方法关联的调试信息,以支持“编辑并继续”。

public value class EditAndContinueMethodDebugInformation
public struct EditAndContinueMethodDebugInformation
public readonly struct EditAndContinueMethodDebugInformation
type EditAndContinueMethodDebugInformation = struct
Public Structure EditAndContinueMethodDebugInformation
继承
EditAndContinueMethodDebugInformation

方法

Create(ImmutableArray<Byte>, ImmutableArray<Byte>)

反序列化来自指定 Blob 的 Edit 和 Continue 方法调试信息。

Create(ImmutableArray<Byte>, ImmutableArray<Byte>, ImmutableArray<Byte>)

反序列化来自指定 Blob 的 Edit 和 Continue 方法调试信息。

适用于