메소드 | 설명 | |
---|---|---|
AllInterfaces ( this type ) : IEnumerable |
||
CanBeCastTo ( this pluggedType, |
Determines if the pluggedType can be upcast to the pluginType
|
|
Closes ( this type, |
||
FindFirstInterfaceThatCloses ( this pluggedType, |
||
FindInterfacesThatClose ( this pluggedType, |
||
GenericCanBeCast ( |
||
GetFullName ( this type ) : string | ||
GetInnerTypeFromNullable ( this nullableType ) : |
||
GetName ( this type ) : string | ||
ImplementsInterfaceTemplate ( this pluggedType, |
||
IsAutoFillable ( this type ) : bool | ||
IsChild ( this type ) : bool | ||
IsChildArray ( this type ) : bool | ||
IsConcrete ( this type ) : bool | ||
IsConcreteAndAssignableTo ( this pluggedType, |
||
IsInNamespace ( this type, string nameSpace ) : bool | ||
IsNullable ( this type ) : bool | ||
IsOpenGeneric ( this type ) : bool | ||
IsPrimitive ( this type ) : bool | ||
IsPrimitiveArray ( this type ) : bool | ||
IsSimple ( this type ) : bool | ||
IsString ( this type ) : bool |
메소드 | 설명 | |
---|---|---|
checkGenericType ( |
public static AllInterfaces ( this type ) : IEnumerable |
||
type | this | |
리턴 | IEnumerable |
public static CanBeCastTo ( this pluggedType, |
||
pluggedType | this | |
pluginType | ||
리턴 | bool |
public static Closes ( this type, |
||
type | this | |
openType | ||
리턴 | bool |
public static FindFirstInterfaceThatCloses ( this pluggedType, |
||
pluggedType | this | |
templateType | ||
리턴 |
public static FindInterfacesThatClose ( this pluggedType, |
||
pluggedType | this | |
templateType | ||
리턴 | IEnumerable |
public static GenericCanBeCast ( |
||
pluginType | ||
pluggedType | ||
리턴 | bool |
public static GetInnerTypeFromNullable ( this nullableType ) : |
||
nullableType | this | |
리턴 |
public static ImplementsInterfaceTemplate ( this pluggedType, |
||
pluggedType | this | |
templateType | ||
리턴 | bool |
public static IsConcreteAndAssignableTo ( this pluggedType, |
||
pluggedType | this | |
pluginType | ||
리턴 | bool |
public static IsInNamespace ( this type, string nameSpace ) : bool | ||
type | this | |
nameSpace | string | |
리턴 | bool |