C# 클래스 FlatRedBall.Glue.Plugins.PluginContainer

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
Fail ( Exception exception, string details ) : void
PluginContainer ( IPlugin plugin ) : System
ResetDownloadState ( ) : void
ToString ( ) : string
TryStartDownload ( Action finishedDownloading ) : void

비공개 메소드들

메소드 설명
FinishedDownloadingInformation ( AllFeed feed, Plugins downloadState ) : void

메소드 상세

Fail() 공개 메소드

public Fail ( Exception exception, string details ) : void
exception System.Exception
details string
리턴 void

PluginContainer() 공개 메소드

public PluginContainer ( IPlugin plugin ) : System
plugin IPlugin
리턴 System

ResetDownloadState() 공개 메소드

public ResetDownloadState ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryStartDownload() 공개 메소드

public TryStartDownload ( Action finishedDownloading ) : void
finishedDownloading Action
리턴 void