C# Class NewProjectCreator.Remote.RemoteFileManager

显示文件 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_oe static_oe property

public static bool FailedToDownload
return bool

HasFinishedDownloading public_oe static_oe property

public static bool HasFinishedDownloading
return bool

ReasonForFailure public_oe static_oe property

public static string ReasonForFailure
return string

SetStatusString public_oe static_oe property

public static SetStatusString SetStatusString
return SetStatusString