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

