C# Class NewProjectCreator.Remote.RemoteFileManager

Show file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
FailedToDownload bool
HasFinishedDownloading bool
ReasonForFailure string
SetStatusString SetStatusString

Public Methods

Method Description
SetControlPropertyThreadSafe ( Control control, string propertyName, object propertyValue ) : void

Private Methods

Method Description
ChangeTime ( this dateTime, int year ) : System.DateTime

Method Details

SetControlPropertyThreadSafe() public static method

public static SetControlPropertyThreadSafe ( Control control, string propertyName, object propertyValue ) : void
control System.Windows.Forms.Control
propertyName string
propertyValue object
return void

Property Details

FailedToDownload public static property

public static bool FailedToDownload
return bool

HasFinishedDownloading public static property

public static bool HasFinishedDownloading
return bool

ReasonForFailure public static property

public static string ReasonForFailure
return string

SetStatusString public static property

public static SetStatusString SetStatusString
return SetStatusString