C# 클래스 NBitcoin.BouncyCastle.Utilities.Platform

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 프로퍼티들

프로퍼티 타입 설명
NewLine string

공개 메소드들

메소드 설명
CreateArrayList ( ) : System.Collections.IList
CreateArrayList ( System collection ) : System.Collections.IList
CreateArrayList ( int capacity ) : System.Collections.IList
CreateHashtable ( ) : System.Collections.IDictionary
CreateHashtable ( System dictionary ) : System.Collections.IDictionary
CreateHashtable ( int capacity ) : System.Collections.IDictionary
CreateNotImplementedException ( string message ) : Exception
Dispose ( IDisposable d ) : void
EndsWith ( string source, string suffix ) : bool
EqualsIgnoreCase ( string a, string b ) : bool
GetEnvironmentVariable ( string variable ) : string
GetTypeName ( object obj ) : string
IndexOf ( string source, string value ) : int
LastIndexOf ( string source, string value ) : int
StartsWith ( string source, string prefix ) : bool
ToLowerInvariant ( string s ) : string
ToUpperInvariant ( string s ) : string

비공개 메소드들

메소드 설명
GetNewLine ( ) : string

메소드 상세

CreateArrayList() 공개 정적인 메소드

public static CreateArrayList ( ) : System.Collections.IList
리턴 System.Collections.IList

CreateArrayList() 공개 정적인 메소드

public static CreateArrayList ( System collection ) : System.Collections.IList
collection System
리턴 System.Collections.IList

CreateArrayList() 공개 정적인 메소드

public static CreateArrayList ( int capacity ) : System.Collections.IList
capacity int
리턴 System.Collections.IList

CreateHashtable() 공개 정적인 메소드

public static CreateHashtable ( ) : System.Collections.IDictionary
리턴 System.Collections.IDictionary

CreateHashtable() 공개 정적인 메소드

public static CreateHashtable ( System dictionary ) : System.Collections.IDictionary
dictionary System
리턴 System.Collections.IDictionary

CreateHashtable() 공개 정적인 메소드

public static CreateHashtable ( int capacity ) : System.Collections.IDictionary
capacity int
리턴 System.Collections.IDictionary

CreateNotImplementedException() 공개 정적인 메소드

public static CreateNotImplementedException ( string message ) : Exception
message string
리턴 Exception

Dispose() 공개 정적인 메소드

public static Dispose ( IDisposable d ) : void
d IDisposable
리턴 void

EndsWith() 공개 정적인 메소드

public static EndsWith ( string source, string suffix ) : bool
source string
suffix string
리턴 bool

EqualsIgnoreCase() 공개 정적인 메소드

public static EqualsIgnoreCase ( string a, string b ) : bool
a string
b string
리턴 bool

GetEnvironmentVariable() 공개 정적인 메소드

public static GetEnvironmentVariable ( string variable ) : string
variable string
리턴 string

GetTypeName() 공개 정적인 메소드

public static GetTypeName ( object obj ) : string
obj object
리턴 string

IndexOf() 공개 정적인 메소드

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

LastIndexOf() 공개 정적인 메소드

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

StartsWith() 공개 정적인 메소드

public static StartsWith ( string source, string prefix ) : bool
source string
prefix string
리턴 bool

ToLowerInvariant() 공개 정적인 메소드

public static ToLowerInvariant ( string s ) : string
s string
리턴 string

ToUpperInvariant() 공개 정적인 메소드

public static ToUpperInvariant ( string s ) : string
s string
리턴 string

프로퍼티 상세

NewLine 공개적으로 정적으로 프로퍼티

public static string NewLine
리턴 string