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

A Type that implements its members from the meta-data provided byn a EnvDTE.CodeType object.

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public class VSCodeType : TypeDelegator
Visual Basic
Public Class VSCodeType
	Inherits TypeDelegator
Visual C++
public ref class VSCodeType : public TypeDelegator

Inheritance Hierarchy

System..::..Object
  System.Reflection..::..MemberInfo
    System..::..Type
      System.Reflection..::..TypeDelegator
        NTier.Design.DTE..::..VSCodeType

See Also