_AppDomain::CreateInstanceFrom Method (String^, String^)
.NET Framework (current version)
Provides COM objects with version-independent access to the AppDomain::CreateInstanceFrom(String^, String^) method overload.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- assemblyFile
-
Type:
System::String^
The name, including the path, of a file that contains an assembly that defines the requested type. The assembly is loaded using the LoadFrom method.
- 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, or null if typeName is not found. The return value needs to be unwrapped to access the real object.
See the AppDomain::CreateInstanceFrom(String^, String^) method overload.
.NET Framework
Available since 1.1
Available since 1.1
Show: