C# 클래스 Ninject.Infrastructure.Introspection.FormatExtensions

Provides extension methods for string formatting
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
AppendGenericArguments ( StringBuilder sb, Type genericArguments, int start, int count ) : void
FormatGenericType ( string friendlyName, Type genericArguments ) : string
GetFriendlyName ( Type type ) : string
GetMemberType ( this member ) : MemberTypes

메소드 상세

Format() 공개 정적인 메소드

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

Format() 공개 정적인 메소드

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.
리턴 string

FormatActivationPath() 공개 정적인 메소드

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