Activator.CreateComInstanceFrom Method
.NET Framework 2.0
Creates an instance of the COM object whose name is specified.
| Name | Description |
|---|---|
| Activator.CreateComInstanceFrom (String, String) | Creates an instance of the COM object whose name is specified, using the named assembly file and the constructor that best matches the specified parameters. |
| Activator.CreateComInstanceFrom (String, String, Byte[], AssemblyHashAlgorithm) | Creates an instance of the COM object whose name is specified, using the named assembly file and the default constructor. |