Vagabond


ExportableAssembly

Namespace: MBrace.Vagabond

Raw in-memory assembly export/load implementations

Nested types and modules

TypeDescription
ExportableAssembly

A Vagabond assembly with all data loaded in-memory for instant exportation.

Type extensions

Type extensionDescription
x.CacheRawAssemblies(ras)
Signature: ras:seq<ExportableAssembly> -> VagabondAssembly []

Import raw assemblies to cache.

CompiledName: VagabondManager.CacheRawAssemblies

x.CacheRawAssembly(ea)
Signature: ea:ExportableAssembly -> VagabondAssembly

Import a raw assembly to cache.

CompiledName: VagabondManager.CacheRawAssembly

x.CreateRawAssemblies(vas)
Signature: vas:seq<VagabondAssembly> -> ExportableAssembly []

Copies raw vagabond assembly data to in-memory records.

CompiledName: VagabondManager.CreateRawAssemblies

x.CreateRawAssembly(va)
Signature: va:VagabondAssembly -> ExportableAssembly

Copies raw vagabond assembly data to an in-memory record.

CompiledName: VagabondManager.CreateRawAssembly

Fork me on GitHub