Class UFCfi
Implements
System.Runtime.Remoting.Messaging.IMessageSink
  Inherited Members
      System.MarshalByRefObject.CreateObjRef(System.Type)
    
    
      System.MarshalByRefObject.GetLifetimeService()
    
    
      System.MarshalByRefObject.InitializeLifetimeService()
    
    
      System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    
    
      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.UF
Assembly: NXOpen.UF.dll
Syntax
public class UFCfi : NXRemotableObject, IMessageSink
  Methods
AskFileExist(String, out Int32)
Declaration
public void AskFileExist(string file_spec, out int status)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | file_spec | |
| System.Int32 | status | 
GetUniqueFilename(out String)
Declaration
public void GetUniqueFilename(out string fname)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fname | 
Spawn(String, Int32, String[], Boolean, out Int32)
Declaration
public void Spawn(string program, int num_args, string[] arguments, bool is_concur, out int process_id)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | program | |
| System.Int32 | num_args | |
| System.String[] | arguments | |
| System.Boolean | is_concur | |
| System.Int32 | process_id | 
SpawnCheckStatus(Int32, out Boolean, out Int32)
Declaration
public void SpawnCheckStatus(int process_id, out bool still_running, out int return_status)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | process_id | |
| System.Boolean | still_running | |
| System.Int32 | return_status | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink