C# Класс System.IO.IsolatedStorage.TestHelper

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

Открытые методы

Метод Описание
CreateTestFile ( this isf, string fileName, string content = null ) : void

Simple wrapper to create the given file (and close the handle)

GetIdentityRootDirectory ( this isf ) : string

The actual root of the store (housekeeping files are kept here in NetFX)

GetUserRootDirectory ( this isf ) : string

Where the user's files go

IsTimeCloseToNow ( DateTimeOffset time ) : bool

Returns true if the given time is within a minute of the current time

ReadAllText ( this stream ) : string
ReadAllText ( this isf, string fileName ) : string
WipeStores ( ) : void
WriteAllText ( this stream, string content ) : void
WriteAllText ( this isf, string fileName, string content ) : void

Приватные методы

Метод Описание
TestHelper ( ) : System.Collections.Generic

Описание методов

CreateTestFile() публичный статический Метод

Simple wrapper to create the given file (and close the handle)
public static CreateTestFile ( this isf, string fileName, string content = null ) : void
isf this
fileName string
content string
Результат void

GetIdentityRootDirectory() публичный статический Метод

The actual root of the store (housekeeping files are kept here in NetFX)
public static GetIdentityRootDirectory ( this isf ) : string
isf this
Результат string

GetUserRootDirectory() публичный статический Метод

Where the user's files go
public static GetUserRootDirectory ( this isf ) : string
isf this
Результат string

IsTimeCloseToNow() публичный статический Метод

Returns true if the given time is within a minute of the current time
public static IsTimeCloseToNow ( DateTimeOffset time ) : bool
time DateTimeOffset
Результат bool

ReadAllText() публичный статический Метод

public static ReadAllText ( this stream ) : string
stream this
Результат string

ReadAllText() публичный статический Метод

public static ReadAllText ( this isf, string fileName ) : string
isf this
fileName string
Результат string

WipeStores() публичный статический Метод

public static WipeStores ( ) : void
Результат void

WriteAllText() публичный статический Метод

public static WriteAllText ( this stream, string content ) : void
stream this
content string
Результат void

WriteAllText() публичный статический Метод

public static WriteAllText ( this isf, string fileName, string content ) : void
isf this
fileName string
content string
Результат void