C# Класс Antlr4.StringTemplate.Extensions.TypeExtensions

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

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

Метод Описание
GetField ( this type, string name ) : FieldInfo
GetMethod ( this type, string name, Type parameters ) : MethodInfo
GetProperties ( this type ) : IEnumerable
GetProperty ( this type, string name ) : PropertyInfo
IsAssignableFrom ( this type, Type otherType ) : bool

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

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

public static GetField ( this type, string name ) : FieldInfo
type this
name string
Результат System.Reflection.FieldInfo

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

public static GetMethod ( this type, string name, Type parameters ) : MethodInfo
type this
name string
parameters System.Type
Результат System.Reflection.MethodInfo

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

public static GetProperties ( this type ) : IEnumerable
type this
Результат IEnumerable

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

public static GetProperty ( this type, string name ) : PropertyInfo
type this
name string
Результат System.Reflection.PropertyInfo

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

public static IsAssignableFrom ( this type, Type otherType ) : bool
type this
otherType System.Type
Результат bool