Click or drag to resize

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
Syntax
public static Object CreateComInstance(
	string progId
)

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