Class TypeExtensions
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class TypeExtensions
Methods
| Name | Description |
|---|---|
| GetAllBaseTypesAndInterfaces(Type) | Gets all base types and interfaces for the specified type, including those inherited by its base types. |
| GetConstructorOrThrow(Type, params Type[]) | |
| GetDefault(Type) | |
| GetMethodOrThrow(Type, string) | |
| GetMethodOrThrow(Type, string, BindingFlags) | |
| PrepareLogger(Type, string) |