SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

CodeIt.Right SDK Class Library

ClassInfoType Enumeration

Specifies constants defining type of a class.

public enum ClassInfoType

Example

Members

Member Name Description
Class Indicates that the type is a class.
Enum Indicates that the type is an enumeration.
Interface Indicates that the type is an interface.
Struct Indicates that the type is a structure.
Delegate Indicates that the type is a delegate.
SystemClass Indicates that the type is class defined in external assembly.
Module Indicates that the type is a module.

Requirements

Namespace: SubMain.CodeItRight.Sdk.Core.Reflection

Assembly: SubMain.CodeItRight.Sdk.Core (in SubMain.CodeItRight.Sdk.Core.dll)

See Also

SubMain.CodeItRight.Sdk.Core.Reflection Namespace