Yaaf.FSharp.Scripting


CompilerServiceExtensions

Defined in Yaaf.FSharp.Scripting.dll.

Type extensions

Type extensionDescription
FindType(t)
Signature: t:Type -> FSharpEntity option
FromAssembly(assembly)
Signature: assembly:Assembly -> FSharpAssembly option
FSharpFullName
Signature: string

Gets the FullName of the current type in F# source code.

FSharpFullName
Signature: string

Gets the FullName of the current type in F# source code.

FSharpFullNameWithTypeArgs
Signature: string

Gets a string that can be used in F# source code to reference the current type instance.

FSharpFullNameWithTypeArgs
Signature: string

Gets a string that can be used in F# source code to reference the current type instance.

FSharpName
Signature: string

The name of the current type instance in F# source code.

FSharpName
Signature: string

The name of the current type instance in F# source code.

FSharpParamList
Signature: string

The parameter list of the current type, sets "_" if the current instance is a generic definition.

FSharpParamList
Signature: string

The parameter list of the current type, sets "_" if the current instance is a generic definition.

LoadFiles(...)
Signature: (dllFiles:seq<string> * libDirs:seq<string> option * otherFlags:seq<string> option * manualResolve:bool option) -> seq<string * FSharpAssembly option>
NamespaceName
Signature: string

The FullName but without any generic parameter types.

NamespaceName
Signature: string

The FullName but without any generic parameter types.

Fork me on GitHub