C# Class Microsoft.Scripting.ComInterop.TypeUtils

Show file Open project: jschementi/iron Class Usage Examples

Private Methods

Method Description
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