C# Класс System.CompatibilityExtensions

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

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

Метод Описание
ContainsGenericParameters ( this type ) : bool
GetAssembly ( this type ) : Assembly
GetBaseType ( this type ) : Type
GetContainsGenericParameters ( this type ) : bool
GetIsAbstract ( this type ) : bool
GetIsClass ( this type ) : bool
GetIsEnum ( this type ) : bool
GetIsGenericType ( this type ) : bool
GetIsGenericTypeDefinition ( this type ) : bool
GetIsInterface ( this type ) : bool
GetIsPrimitive ( this type ) : bool
GetIsPublic ( this type ) : bool

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

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

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

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

public static GetAssembly ( this type ) : Assembly
type this
Результат System.Reflection.Assembly

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

public static GetBaseType ( this type ) : Type
type this
Результат Type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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