C# Класс Microsoft.Scripting.ComInterop.TypeUtils

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
AreAssignable ( Type dest, Type src ) : bool
AreReferenceAssignable ( Type dest, Type src ) : bool
FindConversionOperator ( MethodInfo methods, Type typeFrom, Type typeTo, bool implicitOnly ) : MethodInfo
GetNonNullableType ( Type type ) : Type
GetUserDefinedCoercionMethod ( Type convertFrom, Type convertToType, bool implicitOnly ) : MethodInfo
IsIdentityConversion ( Type source, Type destination ) : bool
IsImplicitBoxingConversion ( Type source, Type destination ) : bool
IsImplicitNumericConversion ( Type source, Type destination ) : bool
IsImplicitReferenceConversion ( Type source, Type destination ) : bool
IsImplicitlyConvertible ( Type source, Type destination ) : bool
IsImplicitlyConvertible ( Type source, Type destination, bool considerUserDefined ) : bool
IsNullableType ( this type ) : bool