C# 클래스 Org.IdentityConnectors.Framework.Common.Objects.FileName

Placeholder for java.io.File since C#'s FileInfo class throws exceptions if the file doesn't exist.
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
FileName ( string path ) : System
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

FileName() 공개 메소드

public FileName ( string path ) : System
path string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string