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

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

공개 메소드들

메소드 설명
Add ( Plugin Plugin ) : void

Adds the specified plugin.

Delete ( ) : void

Deletes this instance.

Get ( string ID ) : Plugin

Gets the specified identifier.

Load ( ) : PluginList

Loads this instance.

PluginList ( ) : System

Initializes a new instance of the PluginList class.

Remove ( Plugin Plugin ) : void

Removes the specified plugin.

Save ( ) : void

Saves this instance.

비공개 메소드들

메소드 설명
Deserialize ( string Data ) : PluginList

Deserializes the data

Serialize ( PluginList Data ) : string

Serializes the object

메소드 상세

Add() 공개 메소드

Adds the specified plugin.
public Add ( Plugin Plugin ) : void
Plugin Plugin The plugin.
리턴 void

Delete() 공개 정적인 메소드

Deletes this instance.
public static Delete ( ) : void
리턴 void

Get() 공개 메소드

Gets the specified identifier.
public Get ( string ID ) : Plugin
ID string The identifier.
리턴 Plugin

Load() 공개 정적인 메소드

Loads this instance.
public static Load ( ) : PluginList
리턴 PluginList

PluginList() 공개 메소드

Initializes a new instance of the PluginList class.
public PluginList ( ) : System
리턴 System

Remove() 공개 메소드

Removes the specified plugin.
public Remove ( Plugin Plugin ) : void
Plugin Plugin The plugin.
리턴 void

Save() 공개 메소드

Saves this instance.
public Save ( ) : void
리턴 void