Table of Contents

Class FakePropertyInfo

Namespace
Alternet.TsTypedefsGenerator.Core.TsModels
Assembly
Alternet.Common.TypeScript.v9.dll
public abstract class FakePropertyInfo : PropertyInfo, ICustomAttributeProvider, _MemberInfo, _PropertyInfo
Inheritance
FakePropertyInfo
Implements
Derived

Properties

Attributes

Gets the attributes for this property.

CanRead

Gets a value indicating whether the property can be read.

IsStatic
ReflectedType

Gets the class object that was used to obtain this instance of MemberInfo.

Methods

GetAccessors(bool)

Returns an array whose elements reflect the public and, if specified, non-public get and set accessors of the property reflected by the current instance.

GetCustomAttributes(bool)

When overridden in a derived class, returns an array of all custom attributes applied to this member.

GetCustomAttributes(Type, bool)

When overridden in a derived class, returns an array of custom attributes applied to this member and identified by Type.

GetGetMethod(bool)

When overridden in a derived class, returns the public or non-public get accessor for this property.

GetIndexParameters()

When overridden in a derived class, returns an array of all the index parameters for the property.

GetSetMethod(bool)

When overridden in a derived class, returns the set accessor for this property.

GetValue(object, BindingFlags, Binder, object[], CultureInfo)

When overridden in a derived class, returns the property value of a specified object that has the specified binding, index, and culture-specific information.

IsDefined(Type, bool)

When overridden in a derived class, indicates whether one or more attributes of the specified type or of its derived types is applied to this member.

SetValue(object, object, BindingFlags, Binder, object[], CultureInfo)

When overridden in a derived class, sets the property value for a specified object that has the specified binding, index, and culture-specific information.