AppDomain::CreateComInstanceFrom Method
.NET Framework (current version)
Creates a new instance of a specified COM type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateComInstanceFrom(String^, String^) | Creates a new instance of a specified COM type. Parameters specify the name of a file that contains an assembly containing the type and the name of the type. |
![]() | CreateComInstanceFrom(String^, String^, array<Byte>^, AssemblyHashAlgorithm) | Creates a new instance of a specified COM type. Parameters specify the name of a file that contains an assembly containing the type and the name of the type. |
Show:
