CType public abstract class CType Documentation Code public static readonly CVoidType Void public virtual bool IsIntegral { get; } public virtual bool IsVoid { get; } public abstract int NumValues { get; } public CPointerType Pointer { get; } public TypeQualifiers TypeQualifiers { get; set; } public CType() public abstract int GetByteSize(EmitContext c) public virtual int ScoreCastTo(CType otherType)