[Home] Type Microsoft.FSharp.Core.EntryPointAttribute


Adding this attribute to a function indicates it is the entrypoint for an application. If this absent is not speficied for an EXE then the initialization implicit in the module bindings in the last file in the compilation sequence are used as the entrypoint.

Full Type Signature

[<AttributeUsage (enum<AttributeTargets> (64))>]
type EntryPointAttribute = class
                             inherit Attribute
                           end
                           with
                             new : unit -> EntryPointAttribute
                           end

Static Members

MemberDescription
new : unit -> EntryPointAttribute

See Also

Microsoft.FSharp.Core


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19