Property | Type | Description | |
---|---|---|---|
mask | int | ||
podName | string | ||
signature | string | ||
stackType | int | ||
typeName | string |
Method | Description | |
---|---|---|
FTypeRef ( string podName, string typeName, string sig ) : Fanx.Util | ||
ToString ( ) : string | ||
isBool ( ) : bool |
Is this sys::Bool or sys::Bool?
|
|
isBoolPrimitive ( ) : bool |
Is this sys::Bool, boolean primitive
|
|
isErr ( ) : bool |
Is this sys::Err or sys::Err?
|
|
isFloat ( ) : bool |
Is this sys::Float or sys::Float?
|
|
isFloatPrimitive ( ) : bool |
Is this sys::Float, double primitive
|
|
isGenericInstance ( ) : bool |
Is this a parameterized generic instance like Str[]
|
|
isInt ( ) : bool |
Is this sys::Int or sys::Int?
|
|
isIntPrimitive ( ) : bool |
Is this sys::Int, long primitive
|
|
isNullable ( ) : bool |
Is this a nullable type.
|
|
isObj ( ) : bool |
Is this sys::Obj or sys::Obj?
|
|
isRef ( ) : bool |
Is this a reference (boxed) type?
|
|
isWide ( ) : bool |
Is this a wide stack type (double or long)
|
|
isWide ( int stackType ) : bool | ||
nname ( ) : string |
.NET type name: Fan.Sys.Duration, System.Boolean
|
|
nnameBoxed ( ) : string |
.NET type name, but if this is a primitive return its boxed class name.
|
|
read ( |
public FTypeRef ( string podName, string typeName, string sig ) : Fanx.Util | ||
podName | string | |
typeName | string | |
sig | string | |
return | Fanx.Util |
public static isWide ( int stackType ) : bool | ||
stackType | int | |
return | bool |
public static read ( |
||
input | ||
return |