C# Class Ninject.Infrastructure.Introspection.FormatExtensions

Provides extension methods for string formatting
Afficher le fichier Open project: ninject/Ninject

Méthodes publiques

Méthode Description
Format ( this request ) : string

Formats the specified request into a meaningful string representation.

Format ( this binding, IContext context ) : string

Formats the given binding into a meaningful string representation.

FormatActivationPath ( this request ) : string

Formats the activation path into a meaningful string representation.

Private Methods

Méthode Description
AppendGenericArguments ( StringBuilder sb, Type genericArguments, int start, int count ) : void
FormatGenericType ( string friendlyName, Type genericArguments ) : string
GetFriendlyName ( Type type ) : string
GetMemberType ( this member ) : MemberTypes

Method Details

Format() public static méthode

Formats the specified request into a meaningful string representation.
public static Format ( this request ) : string
request this The request to be formatted.
Résultat string

Format() public static méthode

Formats the given binding into a meaningful string representation.
public static Format ( this binding, IContext context ) : string
binding this The binding to be formatted.
context IContext The context.
Résultat string

FormatActivationPath() public static méthode

Formats the activation path into a meaningful string representation.
public static FormatActivationPath ( this request ) : string
request this The request to be formatted.
Résultat string