Class ObjectReflectionExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class ObjectReflectionExtensions
Methods
Name | Description |
---|---|
GetPropertyInfo(Type, string) | |
GetPropertyInfoOrDefault(Type, string) | |
GetPropertyTypeOrDefault(object, string) | |
GetPropertyTypeOrDefault(Type, string) | |
GetPropertyValue<T>(object, string) | |
IsIndexedProperty(PropertyInfo) | Determines whether the specified PropertyInfo represents an indexed property. |
IsInitOnly(PropertyInfo) | Determines whether the specified PropertyInfo represents an init-only property. |
SetPropertyValue<T>(object, string, T) |