Method | Description | |
---|---|---|
GetDefaultValue ( |
|
|
GetDefaultValue ( |
|
|
GetTypeOfParent ( |
|
|
GetTypeOfParent ( |
|
|
IsInTypeOf ( |
|
|
IsInTypeOf ( |
|
|
IsTypeOf ( Object obj, |
|
|
IsTypeOf ( Object obj, |
|
|
IsTypeOf ( Object obj, string typeFullName ) : bool |
|
|
IsTypeOf ( Object obj, string typeFullName, bool shallow ) : bool |
|
public static GetDefaultValue ( |
||
property | ||
return | object |
public static GetDefaultValue ( |
||
property | ||
return | object |
public static GetTypeOfParent ( |
||
control | ||
type | ||
return |
public static GetTypeOfParent ( |
||
control | ||
typeFullName | string | |
return |
public static IsInTypeOf ( |
||
control | ||
type | ||
return | bool |
public static IsInTypeOf ( |
||
control | ||
typeFullName | string | |
return | bool |
public static IsTypeOf ( Object obj, |
||
obj | Object | |
type | ||
return | bool |
public static IsTypeOf ( Object obj, |
||
obj | Object | |
type | ||
shallow | bool | |
return | bool |
public static IsTypeOf ( Object obj, string typeFullName ) : bool | ||
obj | Object | |
typeFullName | string | |
return | bool |
public static IsTypeOf ( Object obj, string typeFullName, bool shallow ) : bool | ||
obj | Object | |
typeFullName | string | |
shallow | bool | |
return | bool |