Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISymbolBinder Interface

 

Represents a symbol binder for managed code.

Namespace:   System.Diagnostics.SymbolStore
Assembly:  mscorlib (in mscorlib.dll)

<ComVisibleAttribute(True)>
Public Interface ISymbolBinder

NameDescription
System_CAPS_pubmethodGetReader(Int32, String, String)

Obsolete. Gets the interface of the symbol reader for the current file.

System_CAPS_noteNote

This interface is the managed counterpart of the ISymUnmanagedBinder interface, which is one of the unmanaged symbol store interfaces that provide an alternate way to read and write debug symbol information.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft