C# 클래스 Ironman.Models.Plugins.Plugin

파일 보기 프로젝트 열기: JaCraig/Craig-s-Utility-Library 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( ) : void

Deletes this instance and removes the files associated with it.

Initialize ( ) : void

Initializes this instance.

Plugin ( ) : System

Constructor

Plugin ( IPackage Package ) : System

Initializes a new instance of the Plugin class.

Save ( ) : void

Saves this instance and copies the files associated with it.

비공개 메소드들

메소드 설명
CopyTo ( DirectoryInfo Directory1, DirectoryInfo Directory2 ) : void

Copies the directory to the specified parent directory

Delete ( DirectoryInfo Directory ) : void

Deletes the specified directory.

메소드 상세

Delete() 공개 메소드

Deletes this instance and removes the files associated with it.
public Delete ( ) : void
리턴 void

Initialize() 공개 메소드

Initializes this instance.
public Initialize ( ) : void
리턴 void

Plugin() 공개 메소드

Constructor
public Plugin ( ) : System
리턴 System

Plugin() 공개 메소드

Initializes a new instance of the Plugin class.
public Plugin ( IPackage Package ) : System
Package IPackage The package.
리턴 System

Save() 공개 메소드

Saves this instance and copies the files associated with it.
public Save ( ) : void
리턴 void