SQLProvider

Reflection Module

Functions and values

Function or value Description

execAssembly

Full Usage: execAssembly

Returns: Lazy<Assembly>
Returns: Lazy<Assembly>

getPlatform a

Full Usage: getPlatform a

Parameters:
Returns: string
a : Assembly
Returns: string

listResolutionFullPaths resolutionPathSemicoloned

Full Usage: listResolutionFullPaths resolutionPathSemicoloned

Parameters:
    resolutionPathSemicoloned : string

Returns: string
resolutionPathSemicoloned : string
Returns: string

tryLoadAssembly path

Full Usage: tryLoadAssembly path

Parameters:
    path : string

Returns: Choice<Assembly, exn> option
path : string
Returns: Choice<Assembly, exn> option

tryLoadAssemblyFrom resolutionPathSemicoloned referencedAssemblies assemblyNames

Full Usage: tryLoadAssemblyFrom resolutionPathSemicoloned referencedAssemblies assemblyNames

Parameters:
    resolutionPathSemicoloned : string
    referencedAssemblies : string[]
    assemblyNames : string list

Returns: Choice<Assembly, (string seq * string list)>
resolutionPathSemicoloned : string
referencedAssemblies : string[]
assemblyNames : string list
Returns: Choice<Assembly, (string seq * string list)>

Type something to start searching.