EnterpriseServicesHelper Class
Provides APIs that are needed for communication and operation with unmanaged classes outside of the AppDomain. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | EnterpriseServicesHelper() | Creates an instance of EnterpriseServicesHelper. |
| Name | Description | |
|---|---|---|
![]() ![]() | 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() | |
![]() ![]() | 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). |
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. |
For operating with infrastructure code. Demand value: SecurityAction::LinkDemand; Permission Value: SecurityPermissionFlag::Infrastructure
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.


