Méthode | Description | |
---|---|---|
CanCast ( string fromClass, string toClass ) : bool | ||
CloneProperties ( object origin, object destination ) : object | ||
GetInstance ( |
||
InvokePrivateStaticGenericMethod ( object obj, string methodName, |
||
ReturnInstance ( string className ) : |
public CanCast ( string fromClass, string toClass ) : bool | ||
fromClass | string | |
toClass | string | |
Résultat | bool |
public CloneProperties ( object origin, object destination ) : object | ||
origin | object | |
destination | object | |
Résultat | object |
public GetInstance ( |
||
type | ||
Résultat | object |
public InvokePrivateStaticGenericMethod ( object obj, string methodName, |
||
obj | object | |
methodName | string | |
genericType | ||
args | object | |
Résultat | object |
public ReturnInstance ( string className ) : |
||
className | string | |
Résultat |