C# 클래스 MonoDevelop.Monobjc.Utilities.FilePair

A construct that holds a source and a destination file.
파일 보기 프로젝트 열기: Monobjc/monobjc-monodevelop

공개 메소드들

메소드 설명
Copy ( bool allowsOverride ) : void

Copies the specified pair.

Encrypt ( Aes aes ) : void

Encrypt the specified pair.

EnsureOutputDirectory ( ) : void

Ensures the output directory exists by creating it if needed..

FilePair ( FilePath source, FilePath destination ) : System.IO

Initializes a new instance of the FilePair struct.

메소드 상세

Copy() 공개 메소드

Copies the specified pair.
public Copy ( bool allowsOverride ) : void
allowsOverride bool if set to true allows override.
리턴 void

Encrypt() 공개 메소드

Encrypt the specified pair.
public Encrypt ( Aes aes ) : void
aes System.Security.Cryptography.Aes The AES encryptor.
리턴 void

EnsureOutputDirectory() 공개 메소드

Ensures the output directory exists by creating it if needed..
public EnsureOutputDirectory ( ) : void
리턴 void

FilePair() 공개 메소드

Initializes a new instance of the FilePair struct.
public FilePair ( FilePath source, FilePath destination ) : System.IO
source FilePath The source.
destination FilePath
리턴 System.IO