Search Results for

    Show / Hide Table of Contents

    Class NXRemotingHelper

    Inheritance
    object
    NXRemotingHelper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Utilities
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class NXRemotingHelper

    Constructors

    NXRemotingHelper()

    Declaration
    public NXRemotingHelper()

    Methods

    GetServerObject(Type, object)

    Declaration
    public static object GetServerObject(Type objectType, object ownerSession)
    Parameters
    Type Name Description
    Type objectType
    object ownerSession
    Returns
    Type Description
    object

    IsSessionRunningRemotely(object)

    Declaration
    public static bool IsSessionRunningRemotely(object ownerSession)
    Parameters
    Type Name Description
    object ownerSession
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX