C# 클래스 Microsoft.Scripting.ComInterop.TypeUtils

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

비공개 메소드들

메소드 설명
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