Activator::CreateInstance Method (ActivationContext^)
Creates an instance of the type designated by the specified ActivationContext object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- activationContext
-
Type:
System::ActivationContext^
An activation context object that specifies the object to create.
Return Value
Type: System.Runtime.Remoting::ObjectHandle^A handle that must be unwrapped to access the newly created object.
Use the ObjectHandle::Unwrap method to unwrap the return value.
The activation context is used during manifest-based activation to set up the domain policy and to provide an application-based security model. The ActivationContext class contains an ApplicationIdentity object that provides access to the application manifest. For more information, see the ApplicationSecurityManager class.
Available since 2.0