C# 클래스 Gammtek.Conduit.Text.Formatting.GeneralFormatInfo

Format provider applied to general objects which could not be conveniently formatted using more specific format providers. VerboseFormatInfo delegates calls to this class when none other formatter is applicable to given object. This class is internal and cannot be used directly.
상속: VerboseFormatInfoBase
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Creates identical copy of this instance.

GeneralFormatInfo ( ) : System

Default constructor.

GeneralFormatInfo ( GeneralFormatInfo other ) : System

Copy constructor which copies all values from another instance of this class.

GeneralFormatInfo ( VerboseFormatInfoBase other ) : System

Copy constructor which copies values common to all verbose format providers.

비공개 메소드들

메소드 설명
ExtractMembers ( object arg ) : GeneralMemberDescription[]

Extracts all members of a given instance that should be formatted to the output string. All public properties (which are not write-only) and fields are eligible to be included in the output.

Format ( StringBuilder sb, string format, object arg, IFormatProvider formatProvider, int &maxLength ) : bool

Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.

메소드 상세

Clone() 공개 메소드

Creates identical copy of this instance.
public Clone ( ) : object
리턴 object

GeneralFormatInfo() 공개 메소드

Default constructor.
public GeneralFormatInfo ( ) : System
리턴 System

GeneralFormatInfo() 공개 메소드

Copy constructor which copies all values from another instance of this class.
public GeneralFormatInfo ( GeneralFormatInfo other ) : System
other GeneralFormatInfo Instance from which all contained values are copied to this instance.
리턴 System

GeneralFormatInfo() 공개 메소드

Copy constructor which copies values common to all verbose format providers.
public GeneralFormatInfo ( VerboseFormatInfoBase other ) : System
other VerboseFormatInfoBase Instance from which common values are copied.
리턴 System