Class NetObject

    • Constructor Detail

      • NetObject

        public NetObject()
      • NetObject

        public NetObject​(java.lang.Object instance)
    • Method Detail

      • getJCOAssemblyName

        public java.lang.String getJCOAssemblyName()
        Description copied from interface: IJCOBridgeReflected
        Returns the reflected Assembly name
        Specified by:
        getJCOAssemblyName in interface IJCOBridgeReflected
        Returns:
        A String representing the Fullname of reflected Assembly
      • getJCOClassName

        public java.lang.String getJCOClassName()
        Description copied from interface: IJCOBridgeReflected
        Returns the reflected Class name
        Specified by:
        getJCOClassName in interface IJCOBridgeReflected
        Returns:
        A String representing the Fullname of reflected Class
      • getJCOObjectName

        public java.lang.String getJCOObjectName()
        Description copied from interface: IJCOBridgeReflected
        Returns the reflected Class name used to build the object
        Specified by:
        getJCOObjectName in interface IJCOBridgeReflected
        Returns:
        A String representing the name used to allocated the object in CLR context
      • getJCOInstance

        public java.lang.Object getJCOInstance()
        Description copied from interface: IJCOBridgeReflected
        Returns the instantiated class
        Specified by:
        getJCOInstance in interface IJCOBridgeReflected
        Returns:
        An Object representing the CLR instance of the instantiated Class
      • setJCOInstance

        public void setJCOInstance​(JCObject instance)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • GetHashCode

        public int GetHashCode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • ToString

        public java.lang.String ToString()
      • GetType

        public NetType GetType()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable