SymBinder 类

定义

表示托管代码的符号联编程序。

public ref class SymBinder : System::Diagnostics::SymbolStore::ISymbolBinder
public ref class SymBinder : System::Diagnostics::SymbolStore::ISymbolBinder, System::Diagnostics::SymbolStore::ISymbolBinder1
public ref class SymBinder : System::Diagnostics::SymbolStore::SymBinderBase, IDisposable, System::Diagnostics::SymbolStore::ISymbolBinder, System::Diagnostics::SymbolStore::ISymbolBinder1
public class SymBinder : System.Diagnostics.SymbolStore.ISymbolBinder
[System.Runtime.InteropServices.ComVisible(true)]
public class SymBinder : System.Diagnostics.SymbolStore.ISymbolBinder, System.Diagnostics.SymbolStore.ISymbolBinder1
[System.Runtime.InteropServices.ComVisible(true)]
public class SymBinder : System.Diagnostics.SymbolStore.SymBinderBase, IDisposable, System.Diagnostics.SymbolStore.ISymbolBinder, System.Diagnostics.SymbolStore.ISymbolBinder1
type SymBinder = class
    interface ISymbolBinder
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymBinder = class
    interface ISymbolBinder
    interface ISymbolBinder1
[<System.Runtime.InteropServices.ComVisible(true)>]
type SymBinder = class
    inherit SymBinderBase
    interface ISymbolBinder
    interface ISymbolBinder1
    interface IDisposable
Public Class SymBinder
Implements ISymbolBinder
Public Class SymBinder
Implements ISymbolBinder, ISymbolBinder1
Public Class SymBinder
Inherits SymBinderBase
Implements IDisposable, ISymbolBinder, ISymbolBinder1
继承
SymBinder
继承
SymBinder
属性
实现

构造函数

SymBinder()

初始化 SymBinder 类的新实例。

方法

__dtor()

此 API 支持产品基础结构,不能在代码中直接使用。

释放由当前实例所持有的资源。

{dtor}()

此 API 支持产品基础结构,不能在代码中直接使用。

释放由当前实例所持有的资源。

{dtor}()

释放由当前实例所持有的资源。

(继承自 SymBinderBase)
Dispose()

释放 SymBinder 类的当前实例使用的资源。

Dispose(Boolean)

Dispose()Finalize() 方法调用,以释放 SymBinder 类的当前实例所占用的托管资源和非托管资源。

Equals(Object)

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

(继承自 Object)
Finalize()

释放由当前实例所持有的资源。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetReader(Int32, String, String)
已过时.

使用指向元数据接口的指定 32 位整数指针、指定的文件名以及指定的搜索路径获取当前文件的符号读取器的接口。

GetReader(IntPtr, String, String)

使用指向元数据接口的指定指针、指定的文件名以及指定的搜索路径获取当前文件的符号读取器的接口。

GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于