 | ReflectionUtilsCreateComInstance Method |
Creates a COM instance from a ProgID. Loads either
Exe or DLL servers.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static Object CreateComInstance(
string progId
)
Public Shared Function CreateComInstance (
progId As String
) As Object
public:
static Object^ CreateComInstance(
String^ progId
)
static member CreateComInstance :
progId : string -> Object
Parameters
- progId
- Type: SystemString
[Missing <param name="progId"/> documentation for "M:Koden.Utils.ReflectionUtils.CreateComInstance(System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.CreateComInstance(System.String)"]
See Also