Value | Description |
[<Obsolete ("This data recognizer has been renamed to ObjectType")>]
val ( |AbstractType|_| ) : TypeInfo -> Type option | Note: This data recognizer has been renamed to ObjectType |
[<Obsolete ("This data recognizer has been renamed to ObjectValue")>]
val ( |AbstractValue|_| ) : ValueInfo -> obj option | Note: This data recognizer has been renamed to ObjectValue |
[<Obsolete ("This data recognizer has been renamed to ObjectType")>]
val ( |ExternalType|_| ) : TypeInfo -> Type option | Note: This data recognizer has been renamed to ObjectType |
[<Obsolete ("This data recognizer has been renamed to ObjectValue")>]
val ( |ExternalValue|_| ) : ValueInfo -> obj option | Note: This data recognizer has been renamed to ObjectValue |
[<Obsolete ("This data constructor has been renamed to ObjectType")>]
val AbstractType : Type -> TypeInfo | Note: This data constructor has been renamed to ObjectType |
[<Obsolete ("This data constructor has been renamed to ObjectValue")>]
val AbstractValue : obj -> ValueInfo | Note: This data constructor has been renamed to ObjectValue |
[<Obsolete ("This data constructor has been renamed to ObjectType")>]
val ExternalType : Type -> TypeInfo | Note: This data constructor has been renamed to ObjectType |
[<Obsolete ("This data constructor has been renamed to ObjectValue")>]
val ExternalValue : obj -> ValueInfo | Note: This data constructor has been renamed to ObjectValue |
[<Obsolete
("This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Assembly.GetFSharpModules instead")>]
val GetAssemblyModules : Assembly -> ModuleDefinition list | Note: This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Assembly.GetFSharpModules instead |
[<Obsolete
("This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Assembly.GetFSharpTypes instead")>]
val GetAssemblyTypes : Assembly -> TypeDefinition list | Note: This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Assembly.GetFSharpTypes instead |
[<Obsolete
("This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Type.GetInfo instead")>]
val GetTypeInfoOfType : Type -> TypeInfo | Note: This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Type.GetInfo instead |
[<Obsolete
("This function has been marked for deletion in a future version of F#")>]
val GetTypeInfoOfValue : 'a -> TypeInfo | Note: This function has been marked for deletion in a future version of F# |
[<Obsolete
("This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Value.GetInfo instead")>]
val GetValueInfo : 'a -> ValueInfo | Note: This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Value.GetInfo instead |
[<Obsolete
("This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Value.GetInfo instead")>]
val GetValueInfoOfObject : obj -> ValueInfo | Note: This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Value.GetInfo instead |
[<Obsolete
("This function has been marked for deletion in a future version of F#. Consider using Reflection.Type.IsListType instead")>]
val IsListType : Type -> bool | Note: This function has been marked for deletion in a future version of F#. Consider using Reflection.Type.IsListType instead
A convenience function
|
[<Obsolete
("This function has been marked for deletion in a future version of F#. Consider using Reflection.Type.IsOptionType instead")>]
val IsOptionType : Type -> bool | Note: This function has been marked for deletion in a future version of F#. Consider using Reflection.Type.IsOptionType instead
A convenience function
|
[<Obsolete
("This function has been marked for deletion in a future version of F#. Consider using Reflection.Type.IsUnitType instead")>]
val IsUnitType : Type -> bool | Note: This function has been marked for deletion in a future version of F#. Consider using Reflection.Type.IsUnitType instead
A convenience function
|
[<Obsolete
("This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Type.GetInfo instead")>]
val typeinfoof : unit -> 'a typeinfo | Note: This function has been marked for deletion in a future version of F#. Use Microsoft.FSharp.Reflection.Type.GetInfo instead |