| Value | Description |
val GetTypeInfoOfType : Type -> TypeInfo |
Get the reflective view of a System.Type
|
val GetTypeInfoOfValue : 'a -> TypeInfo |
Get the reflective view of the type of a value
|
val GetValueInfo : 'a -> ValueInfo |
Get the reflective view of a value
|
val GetValueInfoOfObject : obj -> ValueInfo |
Get the reflective view of a value
|
val IsListType : Type -> bool | |
val IsOptionType : Type -> bool | |
val IsUnitType : Type -> bool | |
val typeinfoof : unit -> 'a typeinfo |
Get the reflective view corresponding to the runtime
value of a static type
|