Class Types
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Syntax
public static class Types
Methods
All()
Declaration
public static IEnumerable<Type> All()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<T><System.Type> |
|
AllAssemblies()
Declaration
public static IEnumerable<Assembly> AllAssemblies()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<T><Assembly> |
|
ChildrenOf<T>()
Declaration
public static IEnumerable<Type> ChildrenOf<T>()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<T><System.Type> |
|
Type Parameters
ConcreteChildrenOf<T>()
Declaration
public static IEnumerable<Type> ConcreteChildrenOf<T>()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<T><System.Type> |
|
Type Parameters
ConvertTo<T>(object)
Declaration
public static T ConvertTo<T>(object val)
Parameters
Type |
Name |
Description |
object |
val |
|
Returns
Type Parameters
WithAttribute<T>()
Declaration
public static IEnumerable<Type> WithAttribute<T>() where T : Attribute
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<T><System.Type> |
|
Type Parameters