ExecutePrivilegedProcess Method

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Executes the specified process.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Services
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public static int ExecutePrivilegedProcess(
	string executablePath
)
Visual Basic (Declaration)
Public Shared Function ExecutePrivilegedProcess ( _
	executablePath As String _
) As Integer
Visual C++
public:
static int ExecutePrivilegedProcess(
	String^ executablePath
)

Parameters

executablePath
Type: System..::.String
The process to execute.

Return Value

The exit code for the executed process.

See Also