Core
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| IsA | IsAny | reflectionobject | anytype | 
| IsCastableTo | IsDelegate | boundtype | |
| IsRawCastableTo | IsEnum | delegatetype | |
| IsEnumOrFlags | indirectiontype | ||
| IsFlags | |||
| IsHandle | |||
| IsValue | |||
| Library | |||
| Name | 
Properties
IsAny : boolean
read-only
var IsAny : Boolean
IsDelegate : boolean
read-only
var IsDelegate : Boolean
IsEnum : boolean
read-only
var IsEnum : Boolean
IsEnumOrFlags : boolean
read-only
var IsEnumOrFlags : Boolean
IsFlags : boolean
read-only
var IsFlags : Boolean
IsHandle : boolean
read-only
var IsHandle : Boolean
IsValue : boolean
read-only
var IsValue : Boolean
Library : library
read-only
var Library : Library
Name : string
read-only
var Name : String
Methods
IsA : boolean
Name Type Description baseType type function IsA(baseType : Type) : Boolean
IsCastableTo : boolean
Name Type Description toType type function IsCastableTo(toType : Type) : Boolean
IsRawCastableTo : boolean
Name Type Description toType type function IsRawCastableTo(toType : Type) : Boolean