Search Results for

    Show / Hide Table of Contents

    Class RemoteUtilities

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    RemoteUtilities
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    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
    Type Description
    bool

    GetRemoteUtilities()

    Declaration
    public static RemoteUtilities GetRemoteUtilities()
    Returns
    Type Description
    RemoteUtilities

    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
    Type Description
    bool

    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
    Type Name Description
    string oldFilename
    string newFilename

    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
    In this article
    Back to top Generated by DocFX