Class PropertyInfo

    • 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.PropertyInfo
        See Also:
        Constant Field Values
      • classType

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

      • PropertyInfo

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

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

      • GetValue

        public NetObject GetValue​(NetObject obj)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetGetMethod

        public MethodInfo GetGetMethod()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetGetMethod

        public MethodInfo GetGetMethod​(boolean nonPublic)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetSetMethod

        public MethodInfo GetSetMethod()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetSetMethod

        public MethodInfo GetSetMethod​(boolean nonPublic)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetAccessors

        public MethodInfo[] GetAccessors()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetAccessors

        public MethodInfo[] GetAccessors​(boolean nonPublic)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetIndexParameters

        public ParameterInfo[] GetIndexParameters()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetOptionalCustomModifiers

        public NetType[] GetOptionalCustomModifiers()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetRequiredCustomModifiers

        public NetType[] GetRequiredCustomModifiers()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SetValue

        public void SetValue​(NetObject obj,
                             NetObject value)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SetValue

        public void SetValue​(NetObject obj,
                             NetObject value,
                             NetObject[] index)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCanRead

        public boolean getCanRead()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCanWrite

        public boolean getCanWrite()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsSpecialName

        public boolean getIsSpecialName()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGetMethod

        public MethodInfo getGetMethod()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSetMethod

        public MethodInfo getSetMethod()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAttributes

        public PropertyAttributes getAttributes()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPropertyType

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