ITypeProvider.GetGeneratedAssemblyContents Method (F#)

Get the physical contents of the given logical provided assembly.

Namespace/Module Path: Microsoft.FSharp.Core.CompilerServices

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
abstract this.GetGeneratedAssemblyContents : System.Reflection.Assembly -> byte[]

// Usage:
iTypeProvider.GetGeneratedAssemblyContents (assembly)

Parameters

  • assembly
    Type: Assembly

    The generated assembly.

Return Value

The contents of the generated assembly, as a byte array.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 4.0, Portable

See Also

Reference

CompilerServices.ITypeProvider Interface (F#)

Microsoft.FSharp.Core.CompilerServices Namespace (F#)