Interface IJCOBridgeReflected

    • Method Detail

      • getJCOAssemblyName

        java.lang.String getJCOAssemblyName()
        Returns the reflected Assembly name
        Returns:
        A String representing the Fullname of reflected Assembly
      • getJCOClassName

        java.lang.String getJCOClassName()
        Returns the reflected Class name
        Returns:
        A String representing the Fullname of reflected Class
      • getJCOObjectName

        java.lang.String getJCOObjectName()
        Returns the reflected Class name used to build the object
        Returns:
        A String representing the name used to allocated the object in CLR context
      • getJCOInstance

        java.lang.Object getJCOInstance()
        Returns the instantiated class
        Returns:
        An Object representing the CLR instance of the instantiated Class
      • getJCOType

        JCType getJCOType()
        Returns the instantiated class Type
        Returns:
        A JCType representing the CLR Type of the instantiated Class