SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

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