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.
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
FileName ( string path ) : System
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FileName() public méthode

public FileName ( string path ) : System
path string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string