AppDomain.CreateComInstanceFrom Method
.NET Framework 4
Creates a new instance of a specified COM type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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, 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. |