C# Класс Spring.Retry.Support.TypeExtensions

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

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

Метод Описание
FindAttribute ( this type, Type attributeType ) : Attribute
FindAttributes ( this type, Type attributeType ) : System.Attribute[]
GetArgsString ( this args ) : string
GetMethodIfAvailable ( this type, string methodName, Type paramTypes ) : MethodInfo

The get method if available.

GetParamsString ( this paramArray ) : string

The get param string.

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

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

public static FindAttribute ( this type, Type attributeType ) : Attribute
type this
attributeType System.Type
Результат System.Attribute

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

public static FindAttributes ( this type, Type attributeType ) : System.Attribute[]
type this
attributeType System.Type
Результат System.Attribute[]

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

public static GetArgsString ( this args ) : string
args this
Результат string

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

The get method if available.
public static GetMethodIfAvailable ( this type, string methodName, Type paramTypes ) : MethodInfo
type this The type.
methodName string The method name.
paramTypes System.Type The param types.
Результат System.Reflection.MethodInfo

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

The get param string.
public static GetParamsString ( this paramArray ) : string
paramArray this The param array.
Результат string