DebugInfoGenerator 类

定义

为表达式树中的 lambda 表达式生成调试信息。

public ref class DebugInfoGenerator abstract
public abstract class DebugInfoGenerator
type DebugInfoGenerator = class
Public MustInherit Class DebugInfoGenerator
继承
DebugInfoGenerator

构造函数

DebugInfoGenerator()

初始化 DebugInfoGenerator 类的新实例。

方法

CreatePdbGenerator()
已过时.

创建程序数据库 (PDB) 符号生成器。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MarkSequencePoint(LambdaExpression, Int32, DebugInfoExpression)

在 Microsoft 中间语言 (MSIL) 代码中标记序列点。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于