See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
Classes
| Class | Description | |
|---|---|---|
| CodeRegion |
A code start and end line.
| |
| DesignTimeTypeEnumerable |
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.
| |
| DirectiveRegion |
A c# code region, defined using the #region directive.
| |
| EnvDTEUtil |
Utility methods for objects in the EnvDTE namespace.
| |
| ProjectItemsTypesEnumerable |
An enumerable across VSCodeType objects available from a collection of EnvDTE.ProjectItems.
| |
| SourceFileDirectiveRegions |
Provides a set of c# code regions that use the #region directive for the source file.
| |
| VSCodeType |
A Type that implements its members from the meta-data provided byn a EnvDTE.CodeType object.
| |
| VSCodeTypesEnumerable |
An enumerable across VSCodeType objects in a collection of EnvDTE.CodeElements.
|
Delegates
| Delegate | Description | |
|---|---|---|
| VSCodeType..::..CodeTypeCreator |