Cryville.Common.Reflection
Provides a set of methods for field and property.
Finds the member with the specified attribute type in the specified type.
The attribute type.
The type containing the member with the specified attribute type.
The member with the specified attribute type in the specified type. when the member is not found or multiple members are found.
is .
Gets the member from a type with the specified name.
The type.
The name of the member.
The member. when the member is not found or multiple members are found.
is .
Gets the type of a member.
The member.
The type of the member.
is not a field or a property.
Gets the value of a member of an object.
The member.
The object.
The value.
is not a field or a property.
Sets the value of a member of an object.
The member.
The object.
The value.
An optional binder to convert the value.
is not a field or a property.
Gets a delegate that gets the value of a member of an object.
The member.
A delegate that gets the value.
is not a field or a property.
Gets a delegate that sets the value of a member of an object.
The member.
A delegate that sets the value.
is not a field or a property.
Provides a set of methods for getting type name.
Gets a simple name of a type.
The type.
A simple name of the class.
is .
Gets the namespace qualified name of a type.
The type.
The namespace qualified name of the class.
is .