C# Class Spring.Retry.Support.TypeExtensions

Type Extensions
Afficher le fichier Open project: spring-projects/spring-net-retry

Méthodes publiques

Méthode Description
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.

Method Details

FindAttribute() public static méthode

public static FindAttribute ( this type, Type attributeType ) : Attribute
type this
attributeType System.Type
Résultat System.Attribute

FindAttributes() public static méthode

public static FindAttributes ( this type, Type attributeType ) : System.Attribute[]
type this
attributeType System.Type
Résultat System.Attribute[]

GetArgsString() public static méthode

public static GetArgsString ( this args ) : string
args this
Résultat string

GetMethodIfAvailable() public static méthode

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.
Résultat System.Reflection.MethodInfo

GetParamsString() public static méthode

The get param string.
public static GetParamsString ( this paramArray ) : string
paramArray this The param array.
Résultat string