Overload | Description |
---|---|
IsAssignable<T>(Object) | Returns (T)value if the object provided can be assinged to a variable of type T throws ArgumentException |
IsAssignable(Type,Object) | Returns value if the object provided can be assinged to a variable of type toType throws ArgumentException |
IsAssignable(Type,Type) | Throws ArgumentException if the type fromType cannot be assigned to variable of type toType |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7