_AppDomain::CreateInstance Method (String^, String^)
.NET Framework (current version)
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::ObjectHandle^An 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.
.NET Framework
Available since 1.1
Available since 1.1
Show: