C# Class Common.RecentFileList.RegistryPersister

Inheritance: IPersist
ファイルを表示 Open project: rsdn/nitra

Public Methods

Method Description
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RegistryPersister ( ) : Common.System
RegistryPersister ( string key ) : Common.System
RemoveFile ( int index, int max ) : void
RemoveFile ( string filepath, int max ) : void

Private Methods

Method Description
Key ( int i ) : string

Method Details

InsertFile() public method

public InsertFile ( string filepath, int max ) : void
filepath string
max int
return void

RecentFiles() public method

public RecentFiles ( int max ) : List
max int
return List

RegistryPersister() public method

public RegistryPersister ( ) : Common.System
return Common.System

RegistryPersister() public method

public RegistryPersister ( string key ) : Common.System
key string
return Common.System

RemoveFile() public method

public RemoveFile ( int index, int max ) : void
index int
max int
return void

RemoveFile() public method

public RemoveFile ( string filepath, int max ) : void
filepath string
max int
return void