C# Class FileLauncher.WildFile

Inheritance: IWildFile
Exibir arquivo Open project: Invenietis/ck-certified Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
WildFile ( string name ) : System
WildFile ( string path, bool fromRegistry ) : System

Private Methods

Method Description
SetIconFromPath ( ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

WildFile() public method

public WildFile ( string name ) : System
name string
return System

WildFile() public method

public WildFile ( string path, bool fromRegistry ) : System
path string
fromRegistry bool
return System