Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TypeBuilder::IsAssignableFrom Method (Type^)

 

Gets a value that indicates whether a specified Type can be assigned to this object.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual bool IsAssignableFrom(
	Type^ c
) override

Parameters

c
Type: System::Type^

The object to test.

Return Value

Type: System::Boolean

true if the c parameter and the current type represent the same type, or if the current type is in the inheritance hierarchy of c, or if the current type is an interface that c supports. false if none of these conditions are valid, or if c is null.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show:
© 2017 Microsoft