C# Class Org.IdentityConnectors.Framework.Common.Objects.FileName

Placeholder for java.io.File since C#'s FileInfo class throws exceptions if the file doesn't exist.
Exibir arquivo Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Equals ( object o ) : bool
FileName ( string path ) : System
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FileName() public method

public FileName ( string path ) : System
path string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string