Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Org
IdentityConnectors
Framework
Common
Objects
FileName
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.
Mostrar archivo
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