C# Class System.Runtime.Remoting.DynamicTypeInfo

Inheritance: TypeInfo
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CanCastTo ( Type castType, Object o ) : bool

Private Methods

Method Description
DynamicTypeInfo ( Type typeOfObj ) : System

Method Details

CanCastTo() public method

public CanCastTo ( Type castType, Object o ) : bool
castType System.Type
o Object
return bool