Bitmap for UWP
IsAssignableFrom メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : IsAssignableFrom メソッド
To type.
From type.
Determines whether fromType can be assigned to toType.
シンタックス
'宣言
 
Public Shared Function IsAssignableFrom( _
   ByVal toType As System.Type, _
   ByVal fromType As System.Type _
) As System.Boolean
public static System.bool IsAssignableFrom( 
   System.Type toType,
   System.Type fromType
)

パラメータ

toType
To type.
fromType
From type.

戻り値の型

trueif [is assignable from] [the specified to type]; otherwise, false.
参照

DXUtil クラス
DXUtil メンバ