This documentation is archived and is not being maintained.
_AppDomain::CreateInstance Method (String, String)
Visual Studio 2010
Provides COM objects with version-independent access to the AppDomain::CreateInstance method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- assemblyName
- Type: System::String
The display name of the assembly. See Assembly::FullName.
- typeName
- Type: System::String
The fully qualified name of the requested type, including the namespace but not the assembly, as returned by the Type::FullName property.
Return Value
Type: System.Runtime.Remoting::ObjectHandleAn object that is a wrapper for the new instance specified by typeName. The return value needs to be unwrapped to access the real object.
See the AppDomain::CreateInstance method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: