Mono Class Library: System.Type Overview | Members

System.Type.IsAutoClass Property

Indicates whether the type attribute System.Reflection.TypeAttributes.AutoClass is selected for the current type.

public bool IsAutoClass { get; }

Value

true if the type attribute System.Reflection.TypeAttributes.AutoClass is selected for the current type; otherwise, false.

Remarks

This property is read-only.

If the current Type represents a generic type, this property applies to the definition of the type. If the current Type represents a type parameter of a generic type or method, this property always returns false.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0