AppDomainHelper Class

Definition

Switches into the given application domain, which the object should be bound to, and does a callback on the given function.

public ref class AppDomainHelper
[System.Runtime.InteropServices.Guid("ef24f689-14f8-4d92-b4af-d7b1f0e70fd4")]
public class AppDomainHelper
[<System.Runtime.InteropServices.Guid("ef24f689-14f8-4d92-b4af-d7b1f0e70fd4")>]
type AppDomainHelper = class
Public Class AppDomainHelper
Inheritance
AppDomainHelper
Attributes

Remarks

AppDomainHelper is used internally by the .NET Framework. You do not need to use the class directly in your code.

Constructors

AppDomainHelper()

Initializes a new instance of the AppDomainHelper class.

Methods

Equals(Object)

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

(Inherited from Object)
Finalize()

Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
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