Class ReflectionExtensions
Inheritance
System.Object
ReflectionExtensions
Assembly: Downlink.dll
Syntax
public static class ReflectionExtensions : object
Methods
|
Improve this Doc
View Source
IsAssignableTo(Type, Type)
Declaration
public static bool IsAssignableTo(this Type type, Type otherType)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Type |
otherType |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsAssignableTo<TTarget>(Object)
Declaration
public static bool IsAssignableTo<TTarget>(this object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters