Property | Type | Description | |
---|---|---|---|
IsStatic | bool | ||
baseType | Type | ||
extendList | List |
||
libName | string | ||
name | string | ||
nameSpace | string | ||
type | Type | ||
wrapName | string |
Method | Description | |
---|---|---|
AddExtendType ( Type t ) : BindType, | ||
BindType ( Type t ) : System | ||
IsObsolete ( Type type ) : bool | ||
SetBaseType ( Type t ) : BindType, | ||
SetLibName ( string str ) : BindType, | ||
SetNameSpace ( string space ) : BindType, | ||
SetWrapName ( string str ) : BindType, |
public static IsObsolete ( Type type ) : bool | ||
type | Type | |
return | bool |
public SetNameSpace ( string space ) : BindType, | ||
space | string | |
return | BindType, |
public SetWrapName ( string str ) : BindType, | ||
str | string | |
return | BindType, |