ISymbolBinder1 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a symbol binder for managed code.
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
- Derived
- Attributes
Remarks
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.
Methods
GetReader(IntPtr, String, String) |
Gets the interface of the symbol reader for the current file. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.