Definition at line 28 of file MissingProperty.cs.
◆ GetAccessors()
| override MethodInfo[] IKVM.Reflection.MissingProperty.GetAccessors |
( |
bool | nonPublic | ) |
|
Definition at line 73 of file MissingProperty.cs.
74 {
75 throw new MissingMemberException(this);
76 }
◆ GetGetMethod()
| override MethodInfo IKVM.Reflection.MissingProperty.GetGetMethod |
( |
bool | nonPublic | ) |
|
Definition at line 63 of file MissingProperty.cs.
64 {
65 throw new MissingMemberException(this);
66 }
◆ GetRawConstantValue()
| override object IKVM.Reflection.MissingProperty.GetRawConstantValue |
( |
| ) |
|
Definition at line 78 of file MissingProperty.cs.
79 {
80 throw new MissingMemberException(this);
81 }
◆ GetSetMethod()
| override MethodInfo IKVM.Reflection.MissingProperty.GetSetMethod |
( |
bool | nonPublic | ) |
|
Definition at line 68 of file MissingProperty.cs.
69 {
70 throw new MissingMemberException(this);
71 }
◆ Attributes
| override PropertyAttributes IKVM.Reflection.MissingProperty.Attributes |
|
get |
Definition at line 48 of file MissingProperty.cs.
49 {
50 get { throw new MissingMemberException(this); }
51 }
◆ CanRead
| override bool IKVM.Reflection.MissingProperty.CanRead |
|
get |
Definition at line 53 of file MissingProperty.cs.
54 {
55 get { throw new MissingMemberException(this); }
56 }
◆ CanWrite
| override bool IKVM.Reflection.MissingProperty.CanWrite |
|
get |
Definition at line 58 of file MissingProperty.cs.
59 {
60 get { throw new MissingMemberException(this); }
61 }
◆ DeclaringType
| override Type IKVM.Reflection.MissingProperty.DeclaringType |
|
get |
◆ Module
| override Module IKVM.Reflection.MissingProperty.Module |
|
get |
◆ Name
| override string IKVM.Reflection.MissingProperty.Name |
|
get |
The documentation for this class was generated from the following file: