C# Класс Microsoft.CSharp.RuntimeBinder.RuntimeBinderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetTypeCode ( this type ) : TypeCode
HasSameMetadataDefinitionAs ( this mi1, MemberInfo mi2 ) : bool
IsEquivalentTo ( this mi1, MemberInfo mi2 ) : bool
IsEquivalentTo ( this t1, Type t2 ) : bool
IsNullableType ( this type ) : bool

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

Метод Описание
IsEquivalentTo ( this pi1, ParameterInfo pi2, MethodBase method1, MethodBase method2 ) : bool
IsGenericallyEqual ( this t1, Type t2 ) : bool
IsGenericallyEquivalentTo ( this t1, Type t2, MemberInfo member1, MemberInfo member2 ) : bool
IsTypeParameterEquivalentToTypeInst ( this typeParam, Type typeInst, MemberInfo member ) : bool

Описание методов

GetTypeCode() публичный статический Метод

public static GetTypeCode ( this type ) : TypeCode
type this
Результат TypeCode

HasSameMetadataDefinitionAs() публичный статический Метод

public static HasSameMetadataDefinitionAs ( this mi1, MemberInfo mi2 ) : bool
mi1 this
mi2 System.Reflection.MemberInfo
Результат bool

IsEquivalentTo() публичный статический Метод

public static IsEquivalentTo ( this mi1, MemberInfo mi2 ) : bool
mi1 this
mi2 System.Reflection.MemberInfo
Результат bool

IsEquivalentTo() публичный статический Метод

public static IsEquivalentTo ( this t1, Type t2 ) : bool
t1 this
t2 System.Type
Результат bool

IsNullableType() публичный статический Метод

public static IsNullableType ( this type ) : bool
type this
Результат bool