Gets a value indicating whether the Type is a class; that is, not a value type or interface.
[Visual Basic] Public ReadOnly Property IsClass As Boolean [C#] public bool IsClass {get;} [C++] public: __property bool get_IsClass(); [JScript] public function get IsClass() : Boolean;
true if the Type is a class; otherwise, false.
The ClassSemanticsMask is used to distinguish a type declaration as class, interface or value type.
Type Class | Type Members | System Namespace | TypeAttributes | IsInterface | IsValueType | IsUnmanagedValueType