ReflectionUtils Class
| Namespace | Skybrud.Essentials.Reflection |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
Static utility class for working with reflection.
public static class ReflectionUtils { }
Methods
|
GetCustomAttribute<T>(Enum)
(static)
Returns the first attribute of type |
|
GetCustomAttribute<T>(MemberInfo)
(static)
Returns the first attribute of type |
|
GetCustomAttribute<T>(Type)
(static)
Returns the first attribute of type |
|
GetCustomAttributes<T>(Enum)
(static)
Returns an array of attributes of type |
|
GetCustomAttributes<T>(MemberInfo)
(static)
Returns an array of attributes of type |
|
GetCustomAttributes<T>(Type)
(static)
Returns an array of attributes of type |
|
GetFileVersion(Assembly)
(static)
Returns the file version of the specified |
|
GetFileVersionInfo(Assembly)
(static)
Returns an instance of FileVersionInfo with information about the specified |
|
GetInformationalVersion(Assembly)
(static)
Returns the informational version of the specified |
|
GetVersion(Assembly)
(static)
Returns the version of the specified |
|
HasCustomAttribute<T>(Enum)
(static)
Returns whether the specified enum |
|
HasCustomAttribute<T>(Enum, out T)
(static)
Returns whether the specified enum |
|
HasCustomAttribute<T>(MemberInfo)
(static)
Returns whether the specified |
|
Returns whether the specified |
|
HasCustomAttribute<T>(Type)
(static)
Returns whether the specified |
|
HasCustomAttribute<T>(Type, out T)
(static)
Returns whether the specified |
|
IsClass<T>()
(static)
Returns whether |
|
IsClass(Type)
(static)
Returns whether the specified |
|
IsEnum<T>()
(static)
Returns whether |
|
IsEnum(Type)
(static)
Returns whether the specified |
|
IsInterface<T>()
(static)
Returns whether |
|
IsInterface(Type)
(static)
Returns whether the specified |
|
IsObsolete(MemberInfo)
(static)
Returns whether the specified |
|
Returns whether the specified |
|
IsObsolete(Enum)
(static)
Returns whether the specified enum |
|
Returns whether the specified enum |
|
IsObsolete(Type)
(static)
Returns whether |
|
Returns whether |
|
IsObsolete<T>()
(static)
Returns whether |
|
IsObsolete<T>(out ObsoleteAttribute)
(static)
Returns whether |