C# 클래스 TrueLib.EncryptedContainerFile

상속: EncryptedMedia
파일 보기 프로젝트 열기: nefarius/TrueMount-3

공개 메소드들

메소드 설명
EncryptedContainerFile ( string fileName ) : System

Creates a new container file and assignes a name.

Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

EncryptedContainerFile() 공개 메소드

Creates a new container file and assignes a name.
public EncryptedContainerFile ( string fileName ) : System
fileName string The local file name.
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string