.NET Framework Class Library
Commands.CommandShell Method (String, Object[])

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Commands Class > Commands Methods > CommandShell Method  >

.NET Framework Class Library
Commands.CommandShell Method (String, Object[])

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

<EditorBrowsableAttribute(EditorBrowsableState.Never)> _

Public Function CommandShell ( _
 cmd As String, _
 ParamArray args As Object() _
As ShellResult

C#

[EditorBrowsableAttribute(EditorBrowsableState.Never)]

public ShellResult CommandShell(
 string cmd,
 params Object[] args
)

Visual C++

public:

[EditorBrowsableAttribute(EditorBrowsableState::Never)]
ShellResultCommandShell(
 Stringcmd,
 ... array<Object^>^ args
)

JavaScript

function commandShell(cmd, ... args);

Parameters

cmd

Type: System.String

args

Type: System.Object[]

See Also

Commands Class

Commands Members

CommandShell Overload

MwPDMApi Namespace