Enterra.V8x1C.DOM.BaseSessionObject.IsInternalV8Object C# (CSharp) Method

IsInternalV8Object() protected static method

protected static IsInternalV8Object ( object val ) : bool
val object
return bool
        internal protected static bool IsInternalV8Object(object val)
        {
            return (val is MarshalByRefObject);
        }