ComAutomationFactory.CreateObject Method
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Activates and returns a reference to the registered Automation server with the specified programmatic identifier (ProgID).
Assembly: System.Windows (in System.Windows.dll)
Parameters
- progID
- Type: System.String
The ProgID of the registered automation server to activate.
You must assign the return value to a variable of type Object in Visual Basic and type dynamic in C#. This enables you to use the reference as a late-bound object.
For more information about Automation, see Automation.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.