ISymbolBinder1 接口

定义

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

public interface class ISymbolBinder1
public interface ISymbolBinder1
[System.Runtime.InteropServices.ComVisible(true)]
public interface ISymbolBinder1
type ISymbolBinder1 = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ISymbolBinder1 = interface
Public Interface ISymbolBinder1
派生
属性

注解

注意ISymbolBinder1 是非托管的托管对应项 ISymUnmanagedBinder

interface,一个非托管符号存储接口,提供读取和写入调试符号信息的替代方法。

方法

GetReader(IntPtr, String, String)

获取当前文件的符号读取器的接口。

适用于