Click or drag to resize

ExternalProcessStart Method

Start the process registered to handle the file type indicated by the 'path'.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static void Start(
	string path
)

Parameters

path
Type: SystemString
The file to start a handling process for.
See Also