Class RemoteUtilities
Inheritance
RemoteUtilities
Assembly: NXOpen.dll
Syntax
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public class RemoteUtilities : TaggedObject, IMessageSink
Constructors
RemoteUtilities()
Declaration
protected RemoteUtilities()
Methods
CopyFile(string, string)
Declaration
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public void CopyFile(string originalFilename, string newFilename)
Parameters
Type |
Name |
Description |
string |
originalFilename |
|
string |
newFilename |
|
CreateDirectory(string)
Declaration
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public void CreateDirectory(string dirname)
Parameters
Type |
Name |
Description |
string |
dirname |
|
DeleteFile(string)
Declaration
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public void DeleteFile(string filename)
Parameters
Type |
Name |
Description |
string |
filename |
|
FileExists(string)
Declaration
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public bool FileExists(string testFilename)
Parameters
Type |
Name |
Description |
string |
testFilename |
|
Returns
GetRemoteUtilities()
Declaration
public static RemoteUtilities GetRemoteUtilities()
Returns
IsFileWritable(string)
Declaration
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public bool IsFileWritable(string filename)
Parameters
Type |
Name |
Description |
string |
filename |
|
Returns
RemoveDirectory(string)
Declaration
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public void RemoveDirectory(string dirname)
Parameters
Type |
Name |
Description |
string |
dirname |
|
RenameFile(string, string)
Declaration
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public void RenameFile(string oldFilename, string newFilename)
Parameters
SetFileWritable(string, bool)
Declaration
[Obsolete("Deprecated in NX2306.0.0. No NX provided replacement is provided. The user can use system libraries supplied with the programming language to accomplish equivalent functionality.")]
public void SetFileWritable(string filename, bool writable)
Parameters
Type |
Name |
Description |
string |
filename |
|
bool |
writable |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink