Property | Type | Description |
---|
Method | Description | |
---|---|---|
Execute ( |
||
PythonScriptCommand ( string scriptPath, string name, bool async ) : System | ||
PythonScriptCommand ( string scriptPath, string name, bool async, string aliases, string description ) : System |
public Execute ( |
||
e | ||
return | IEnumerable |
public PythonScriptCommand ( string scriptPath, string name, bool async ) : System | ||
scriptPath | string | |
name | string | |
async | bool | |
return | System |
public PythonScriptCommand ( string scriptPath, string name, bool async, string aliases, string description ) : System | ||
scriptPath | string | |
name | string | |
async | bool | |
aliases | string | |
description | string | |
return | System |