EnterpriseServicesHelper Class
Provides APIs needed for communication and operation with unmanaged classes outside of the AppDomain. This class cannot be inherited.
For a list of all members of this type, see EnterpriseServicesHelper Members.
System.Object
System.Runtime.Remoting.Services.EnterpriseServicesHelper
[Visual Basic] NotInheritable Public Class EnterpriseServicesHelper [C#] public sealed class EnterpriseServicesHelper [C++] public __gc __sealed class EnterpriseServicesHelper [JScript] public class EnterpriseServicesHelper
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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.
Requirements
Namespace: System.Runtime.Remoting.Services
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
.NET Framework Security:
- SecurityPermission for operating with infrastructure code. Demand value: SecurityAction.LinkDemand; Permission Value: SecurityPermissionFlag.Infrastructure
See Also
EnterpriseServicesHelper Members | System.Runtime.Remoting.Services Namespace