Class VirtualPropertyInfoBase
public abstract class VirtualPropertyInfoBase : PropertyInfo, ICustomAttributeProvider, _MemberInfo, _PropertyInfo
- Inheritance
-
objectVirtualPropertyInfoBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
MetadataToken
Gets a value that identifies a metadata element.
public override int MetadataToken { get; }
Property Value
Exceptions
- InvalidOperationException
The current MemberInfo represents an array method, such as Address, on an array type whose element type is a dynamic type that has not been completed. To get a metadata token in this case, pass the MemberInfo object to the GetMethodToken(MethodInfo) method; or use the GetArrayMethodToken(Type, string, CallingConventions, Type, Type[]) method to get the token directly, instead of using the GetArrayMethod(Type, string, CallingConventions, Type, Type[]) method to get a MethodInfo first.
Module
Gets the module in which the type that declares the member represented by the current MemberInfo is defined.
public override Module Module { get; }
Property Value
- Module
The Module in which the type that declares the member represented by the current MemberInfo is defined.
Exceptions
- NotImplementedException
This method is not implemented.