C# Класс NBitcoin.BouncyCastle.Utilities.Platform

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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