Class ScriptHost
Inheritance
System.Object
ScriptHost
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Utilities
Assembly: NXOpen.Utilities.dll
Syntax
public class ScriptHost
Methods
GetJournalCount()
Declaration
public static int GetJournalCount()
Returns
Type | Description |
---|---|
System.Int32 |
RunInternalNXJournal(String[])
Declaration
public static string[] RunInternalNXJournal(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
Returns
Type | Description |
---|---|
System.String[] |
RunNXJournal(String[])
Declaration
public static string[] RunNXJournal(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
Returns
Type | Description |
---|---|
System.String[] |
TidyUp()
Declaration
public void TidyUp()