Questions? Email Us or Call 1 (800) 936-2134
ITypeInfo.IsAssignableFrom Method
CodeIt.Right SDK Class Library

ITypeInfo.IsAssignableFrom Method 

Returns true if the type is assigned from the type with specified name.

bool IsAssignableFrom(
   string fullTypeName
);

Parameters

fullTypeName

Full type name

Return Value

True if the type is assigned from the type with specified name; False if otherwise.

Remarks

Example

To be added.

See Also

ITypeInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace