Class MemberInfo

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: mscorlib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Reflection.MemberInfo
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • MemberInfo

        public MemberInfo​(java.lang.Object instance)
                   throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • MemberInfo

        public MemberInfo()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class NetObject
      • IsDefined

        public boolean IsDefined​(NetType attributeType,
                                 boolean inherit)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetCustomAttributes

        public NetObject[] GetCustomAttributes​(boolean inherit)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetCustomAttributes

        public NetObject[] GetCustomAttributes​(NetType attributeType,
                                               boolean inherit)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMemberType

        public MemberTypes getMemberType()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getName

        public java.lang.String getName()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDeclaringType

        public NetType getDeclaringType()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getReflectedType

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