EntryPoint Class (2003 System)

Identifies the assembly that is executed when the Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution runs.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class EntryPoint _
    Inherits AppManifestNode
'Usage
Dim instance As EntryPoint
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class EntryPoint : AppManifestNode

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.VisualStudio.Tools.Applications.Runtime.AppManifestNode
      Microsoft.VisualStudio.Tools.Applications.Runtime.EntryPoint

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

EntryPoint Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace