EnterpriseServicesHelper Class

Definition

Provides APIs that are needed for communication and operation with unmanaged classes outside of the AppDomain. This class cannot be inherited.

public ref class EnterpriseServicesHelper sealed
public sealed class EnterpriseServicesHelper
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class EnterpriseServicesHelper
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public sealed class EnterpriseServicesHelper
type EnterpriseServicesHelper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type EnterpriseServicesHelper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type EnterpriseServicesHelper = class
Public NotInheritable Class EnterpriseServicesHelper
Inheritance
EnterpriseServicesHelper
Attributes

Remarks

Note

This class makes a link demand. A SecurityException is thrown if the immediate caller does not have infrastructure permission. See Link Demands for more information.

Constructors

EnterpriseServicesHelper()

Creates an instance of EnterpriseServicesHelper.

Methods

CreateConstructionReturnMessage(IConstructionCallMessage, MarshalByRefObject)

Constructs a ReturnMessage from the specified IConstructionCallMessage.

Equals(Object)

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

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

Switches a COM Callable Wrapper (CCW) from one instance of a class to another instance of the same class.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WrapIUnknownWithComObject(IntPtr)

Wraps the specified IUnknown COM interface with a Runtime Callable Wrapper (RCW).

Applies to