Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
System
Runtime
Remoting
DynamicTypeInfo
C# Class System.Runtime.Remoting.DynamicTypeInfo
Inheritance:
TypeInfo
Exibir arquivo
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