Click or drag to resize

ExternalProcess Class

Class to start an external process.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonExternalProcess

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public class ExternalProcess

The ExternalProcess type exposes the following members.

Constructors
  NameDescription
Public methodExternalProcess
Initializes a new instance of the ExternalProcess class
Top
Methods
  NameDescription
Public methodStatic memberStart
Start the process registered to handle the file type indicated by the 'path'.
Public methodStatic memberStartExplorer(String)
Open a new Windows Explorer Window with the file indicated by 'path' selected.
Public methodStatic memberStartExplorer(String, Boolean)
Open a new Windows Explorer Window with the file indicated by 'path' selected.
Top
See Also