.NET Framework Class Library
Commands.CommandShell Method (String, Object[])
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Commands Class > Commands Methods > CommandShell Method > .NET Framework Class Library |
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 ( _ |
C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public ShellResult CommandShell( |
Visual C++ |
|---|
public: [EditorBrowsableAttribute(EditorBrowsableState::Never)] |
JavaScript |
|---|
function commandShell(cmd, ... args); |
Parameters
cmd
Type: System.String
args
Type: System.Object[]
See Also