PreApplicationStartCode Class

Code that will be executed before application start.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Mvc.Facebook.PreApplicationStartCode

Namespace:  Microsoft.AspNet.Mvc.Facebook
Assembly:  Microsoft.AspNet.Mvc.Facebook (in Microsoft.AspNet.Mvc.Facebook.dll)

Syntax

'Declaration
Public NotInheritable Class PreApplicationStartCode
'Usage
public static class PreApplicationStartCode
public ref class PreApplicationStartCode abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PreApplicationStartCode =  class end
public final class PreApplicationStartCode

The PreApplicationStartCode type exposes the following members.

Methods

  Name Description
Public methodStatic member Start Starts this instance.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.Mvc.Facebook Namespace