Delegate UFMom.CommandFunc
Assembly: NXOpen.UF.dll
Syntax
public delegate int CommandFunc(IntPtr clientData, IntPtr interp, int argc, string[] argv);
Parameters
Type |
Name |
Description |
System.IntPtr |
clientData |
|
System.IntPtr |
interp |
|
System.Int32 |
argc |
|
System.String[] |
argv |
|
Returns
Type |
Description |
System.Int32 |
|
Constructors
CommandFunc(Object, IntPtr)
Declaration
public CommandFunc(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IntPtr, IntPtr, Int32, String[], AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IntPtr clientData, IntPtr interp, int argc, string[] argv, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.IntPtr |
clientData |
|
System.IntPtr |
interp |
|
System.Int32 |
argc |
|
System.String[] |
argv |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Int32 |
|
Invoke(IntPtr, IntPtr, Int32, String[])
Declaration
public virtual int Invoke(IntPtr clientData, IntPtr interp, int argc, string[] argv)
Parameters
Type |
Name |
Description |
System.IntPtr |
clientData |
|
System.IntPtr |
interp |
|
System.Int32 |
argc |
|
System.String[] |
argv |
|
Returns
Type |
Description |
System.Int32 |
|