SymBinder Class

Definition

Represents a symbol binder for managed code.

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
Inheritance
SymBinder
Inheritance
SymBinder
Attributes
Implements

Constructors

SymBinder()

Initializes a new instance of the SymBinder class.

Methods

__dtor()

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases the resources held by the current instance.

{dtor}()

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases the resources held by the current instance.

{dtor}()

Releases the resources held by the current instance.

(Inherited from SymBinderBase)
Dispose()

Releases the resources used by the current instance of the SymBinder class.

Dispose(Boolean)

Called by the Dispose() and Finalize() methods to release the managed and unmanaged resources used by the current instance of the SymBinder class.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Finalize()

Releases the resources held by the current instance.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetReader(Int32, String, String)
Obsolete.

Gets the interface of the symbol reader for the current file, using the specified 32-bit integer pointer to a metadata interface, the specified file name, and the specified search path.

GetReader(IntPtr, String, String)

Gets the interface of the symbol reader for the current file, using the specified pointer to a metadata interface, the specified file name, and the specified search path.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to