See also:
NTier Windows Forms Framework Home
NTier Framework API reference

 

Classes

  ClassDescription
Public classCodeRegion
A code start and end line.
Public classDesignTimeTypeEnumerable
An enumerator across all types available from a given project, and all project/assembly references from that project. Not all types in a project are normal RuntimeType objects, as they have not yet been compiled. For these types, VSCodeType objcets are returned.
Public classDirectiveRegion
A c# code region, defined using the #region directive.
Public classEnvDTEUtil
Utility methods for objects in the EnvDTE namespace.
Public classProjectItemsTypesEnumerable
An enumerable across VSCodeType objects available from a collection of EnvDTE.ProjectItems.
Public classSourceFileDirectiveRegions
Provides a set of c# code regions that use the #region directive for the source file.
Public classVSCodeType
A Type that implements its members from the meta-data provided byn a EnvDTE.CodeType object.
Public classVSCodeTypesEnumerable
An enumerable across VSCodeType objects in a collection of EnvDTE.CodeElements.

Delegates

  DelegateDescription
Protected delegateVSCodeType..::..CodeTypeCreator