EnterpriseServicesHelper Class

 

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

Namespace:   System.Runtime.Remoting.Services
Assembly:  mscorlib (in mscorlib.dll)

System::Object
  System.Runtime.Remoting.Services::EnterpriseServicesHelper

[SecurityCriticalAttribute]
[ComVisibleAttribute(true)]
public ref class EnterpriseServicesHelper sealed 

NameDescription
System_CAPS_pubmethodEnterpriseServicesHelper()

Creates an instance of EnterpriseServicesHelper.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateConstructionReturnMessage(IConstructionCallMessage^, MarshalByRefObject^)

Constructs a ReturnMessage from the specified IConstructionCallMessage.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSwitchWrappers(RealProxy^, RealProxy^)

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

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticWrapIUnknownWithComObject(IntPtr)

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

System_CAPS_noteNote

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.

SecurityPermission

For operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission Value: SecurityPermissionFlag::Infrastructure

.NET Framework
Available since 1.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: