This documentation is archived and is not being maintained.
AppDomain::CreateComInstanceFrom Method
Visual Studio 2010
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, 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: