C# 클래스 System.Globalization.CompareInfo.CompareInfo

파일 보기 프로젝트 열기: runefs/Marvin

Private Properties

프로퍼티 타입 설명
CompareInfo System.Reflection
CompareInfo System.Reflection
IsSortable bool
IsSortable bool
internal_compare_managed int
internal_compare_switch int
internal_index_managed int
internal_index_managed int
internal_index_switch int
internal_index_switch int

공개 메소드들

메소드 설명
Compare ( string string1, int offset1, int length1, string string2, int offset2, int length2 ) : int
Compare ( string string1, int offset1, int length1, string string2, int offset2, int length2, CompareOptions options ) : int
Compare ( string string1, int offset1, string string2, int offset2 ) : int
Compare ( string string1, int offset1, string string2, int offset2, CompareOptions options ) : int
Compare ( string string1, string string2 ) : int
Compare ( string string1, string string2, CompareOptions options ) : int
Equals ( object value ) : bool
GetCompareInfo ( int culture ) : CompareInfo
GetCompareInfo ( int culture, Assembly assembly ) : CompareInfo
GetCompareInfo ( string name ) : CompareInfo
GetCompareInfo ( string name, Assembly assembly ) : CompareInfo
GetHashCode ( ) : int
GetSortKey ( string source ) : SortKey
GetSortKey ( string source, CompareOptions options ) : SortKey
IndexOf ( string source, char value ) : int
IndexOf ( string source, char value, CompareOptions options ) : int
IndexOf ( string source, char value, int startIndex ) : int
IndexOf ( string source, char value, int startIndex, CompareOptions options ) : int
IndexOf ( string source, char value, int startIndex, int count ) : int
IndexOf ( string source, char value, int startIndex, int count, CompareOptions options ) : int
IndexOf ( string source, string value ) : int
IndexOf ( string source, string value, CompareOptions options ) : int
IndexOf ( string source, string value, int startIndex ) : int
IndexOf ( string source, string value, int startIndex, CompareOptions options ) : int
IndexOf ( string source, string value, int startIndex, int count ) : int
IndexOf ( string source, string value, int startIndex, int count, CompareOptions options ) : int
IsPrefix ( string source, string prefix ) : bool
IsPrefix ( string source, string prefix, CompareOptions options ) : bool
IsSuffix ( string source, string suffix ) : bool
IsSuffix ( string source, string suffix, CompareOptions options ) : bool
LastIndexOf ( string source, char value ) : int
LastIndexOf ( string source, char value, CompareOptions options ) : int
LastIndexOf ( string source, char value, int startIndex ) : int
LastIndexOf ( string source, char value, int startIndex, CompareOptions options ) : int
LastIndexOf ( string source, char value, int startIndex, int count ) : int
LastIndexOf ( string source, char value, int startIndex, int count, CompareOptions options ) : int
LastIndexOf ( string source, string value ) : int
LastIndexOf ( string source, string value, CompareOptions options ) : int
LastIndexOf ( string source, string value, int startIndex ) : int
LastIndexOf ( string source, string value, int startIndex, CompareOptions options ) : int
LastIndexOf ( string source, string value, int startIndex, int count ) : int
LastIndexOf ( string source, string value, int startIndex, int count, CompareOptions options ) : int
ToString ( ) : string

비공개 메소드들

메소드 설명
CompareInfo ( ) : System.Reflection
CompareInfo ( CultureInfo ci ) : System.Reflection
IsSortable ( char ch ) : bool
IsSortable ( string text ) : bool
internal_compare_managed ( string str1, int offset1, int length1, string str2, int offset2, int length2, CompareOptions options ) : int
internal_compare_switch ( string str1, int offset1, int length1, string str2, int offset2, int length2, CompareOptions options ) : int
internal_index_managed ( string s, int sindex, int count, char c, CompareOptions opt, bool first ) : int
internal_index_managed ( string s1, int sindex, int count, string s2, CompareOptions opt, bool first ) : int
internal_index_switch ( string s, int sindex, int count, char c, CompareOptions opt, bool first ) : int
internal_index_switch ( string s1, int sindex, int count, string s2, CompareOptions opt, bool first ) : int

메소드 상세

Compare() 공개 메소드

public Compare ( string string1, int offset1, int length1, string string2, int offset2, int length2 ) : int
string1 string
offset1 int
length1 int
string2 string
offset2 int
length2 int
리턴 int

Compare() 공개 메소드

public Compare ( string string1, int offset1, int length1, string string2, int offset2, int length2, CompareOptions options ) : int
string1 string
offset1 int
length1 int
string2 string
offset2 int
length2 int
options CompareOptions
리턴 int

Compare() 공개 메소드

public Compare ( string string1, int offset1, string string2, int offset2 ) : int
string1 string
offset1 int
string2 string
offset2 int
리턴 int

Compare() 공개 메소드

public Compare ( string string1, int offset1, string string2, int offset2, CompareOptions options ) : int
string1 string
offset1 int
string2 string
offset2 int
options CompareOptions
리턴 int

Compare() 공개 메소드

public Compare ( string string1, string string2 ) : int
string1 string
string2 string
리턴 int

Compare() 공개 메소드

public Compare ( string string1, string string2, CompareOptions options ) : int
string1 string
string2 string
options CompareOptions
리턴 int

Equals() 공개 메소드

public Equals ( object value ) : bool
value object
리턴 bool

GetCompareInfo() 공개 정적인 메소드

public static GetCompareInfo ( int culture ) : CompareInfo
culture int
리턴 CompareInfo

GetCompareInfo() 공개 정적인 메소드

public static GetCompareInfo ( int culture, Assembly assembly ) : CompareInfo
culture int
assembly System.Reflection.Assembly
리턴 CompareInfo

GetCompareInfo() 공개 정적인 메소드

public static GetCompareInfo ( string name ) : CompareInfo
name string
리턴 CompareInfo

GetCompareInfo() 공개 정적인 메소드

public static GetCompareInfo ( string name, Assembly assembly ) : CompareInfo
name string
assembly System.Reflection.Assembly
리턴 CompareInfo

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSortKey() 공개 메소드

public GetSortKey ( string source ) : SortKey
source string
리턴 SortKey

GetSortKey() 공개 메소드

public GetSortKey ( string source, CompareOptions options ) : SortKey
source string
options CompareOptions
리턴 SortKey

IndexOf() 공개 메소드

public IndexOf ( string source, char value ) : int
source string
value char
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, char value, CompareOptions options ) : int
source string
value char
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, char value, int startIndex ) : int
source string
value char
startIndex int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, char value, int startIndex, CompareOptions options ) : int
source string
value char
startIndex int
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, char value, int startIndex, int count ) : int
source string
value char
startIndex int
count int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, char value, int startIndex, int count, CompareOptions options ) : int
source string
value char
startIndex int
count int
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, string value ) : int
source string
value string
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, string value, CompareOptions options ) : int
source string
value string
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, string value, int startIndex ) : int
source string
value string
startIndex int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, string value, int startIndex, CompareOptions options ) : int
source string
value string
startIndex int
options CompareOptions
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, string value, int startIndex, int count ) : int
source string
value string
startIndex int
count int
리턴 int

IndexOf() 공개 메소드

public IndexOf ( string source, string value, int startIndex, int count, CompareOptions options ) : int
source string
value string
startIndex int
count int
options CompareOptions
리턴 int

IsPrefix() 공개 메소드

public IsPrefix ( string source, string prefix ) : bool
source string
prefix string
리턴 bool

IsPrefix() 공개 메소드

public IsPrefix ( string source, string prefix, CompareOptions options ) : bool
source string
prefix string
options CompareOptions
리턴 bool

IsSuffix() 공개 메소드

public IsSuffix ( string source, string suffix ) : bool
source string
suffix string
리턴 bool

IsSuffix() 공개 메소드

public IsSuffix ( string source, string suffix, CompareOptions options ) : bool
source string
suffix string
options CompareOptions
리턴 bool

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, char value ) : int
source string
value char
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, char value, CompareOptions options ) : int
source string
value char
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, char value, int startIndex ) : int
source string
value char
startIndex int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, char value, int startIndex, CompareOptions options ) : int
source string
value char
startIndex int
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, char value, int startIndex, int count ) : int
source string
value char
startIndex int
count int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, char value, int startIndex, int count, CompareOptions options ) : int
source string
value char
startIndex int
count int
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, string value ) : int
source string
value string
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, string value, CompareOptions options ) : int
source string
value string
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, string value, int startIndex ) : int
source string
value string
startIndex int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, string value, int startIndex, CompareOptions options ) : int
source string
value string
startIndex int
options CompareOptions
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, string value, int startIndex, int count ) : int
source string
value string
startIndex int
count int
리턴 int

LastIndexOf() 공개 메소드

public LastIndexOf ( string source, string value, int startIndex, int count, CompareOptions options ) : int
source string
value string
startIndex int
count int
options CompareOptions
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string