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.

ISymbolBinder1 Interface

 

Represents a symbol binder for managed code.

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

<ComVisibleAttribute(True)>
Public Interface ISymbolBinder1

NameDescription
System_CAPS_pubmethodGetReader(IntPtr, String, String)

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

Note   ISymbolBinder1 is the managed counterpart of the unmanaged ISymUnmanagedBinder

interface, one of the unmanaged symbol store interfaces that provide an alternative way to read and write debug symbol information.

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