public class PropertyInfo extends MemberInfo
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.PropertyInfo
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.CoreLib
|
static java.lang.String |
className
Qualified class name: System.Reflection.PropertyInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PropertyInfo() |
PropertyInfo(java.lang.Object instance)
Internal constructor.
|
GetCustomAttributes, GetCustomAttributes, getDeclaringType, getIsCollectible, getMemberType, getMetadataToken, getModule, getName, getReflectedType, HasSameMetadataDefinitionAs, IsDefinedpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PropertyInfo()
throws java.lang.Throwable
java.lang.Throwablepublic PropertyInfo(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PropertyInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PropertyInfo, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPropertyInfo instancejava.lang.Throwable - in case of error during cast operationpublic MethodInfo[] GetAccessors() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo[] GetAccessors(boolean nonPublic) throws java.lang.Throwable
java.lang.Throwablepublic PropertyAttributes getAttributes() throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanRead()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanWrite()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetConstantValue() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public MethodInfo getGetMethod() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo GetGetMethod() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo GetGetMethod(boolean nonPublic) throws java.lang.Throwable
java.lang.Throwablepublic ParameterInfo[] GetIndexParameters() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsSpecialName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MemberInfoString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MemberInfoString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MemberInfoObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MemberInfoString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MemberInfoJCType representing the CLR Type of the instantiated Classpublic NetType GetModifiedPropertyType() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
public NetType[] GetOptionalCustomModifiers() throws java.lang.Throwable
java.lang.Throwablepublic NetType getPropertyType() throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetRawConstantValue() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
public NetType[] GetRequiredCustomModifiers() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo getSetMethod() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo GetSetMethod() throws java.lang.Throwable
java.lang.Throwablepublic MethodInfo GetSetMethod(boolean nonPublic) throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetValue(NetObject obj) throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetValue(NetObject obj, BindingFlags invokeAttr, Binder binder, NetObject[] index, CultureInfo culture) throws java.lang.Throwable
java.lang.Throwablepublic NetObject GetValue(NetObject obj, NetObject[] index) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class MemberInfopublic void SetValue(NetObject obj, NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic void SetValue(NetObject obj, NetObject value, BindingFlags invokeAttr, Binder binder, NetObject[] index, CultureInfo culture) throws java.lang.Throwable
java.lang.Throwable