The properties of the CodeClass class are listed below. For a complete list of CodeClass class members, see the CodeClass Members topic.
Attributes (inherited from CodeClassMember) | The attributes of the member. |
BaseTypes | Gets or sets the base types of the class. |
CustomAttributes (inherited from CodeClassMember) | The custom attributes of the member. |
IsClass | Gets whether the class is a class. |
IsEnum | Gets whether the class is an enum. |
IsInterface | Gets whether the class is an interface. |
IsStruct | Gets whether the class is a struct. |
LinePragma (inherited from CodeStatement) | The line the statement occurs on. |
Members | Gets or sets the class member collection members. |
Name (inherited from CodeClassMember) | The name of the member. |