C# Class VoodooUI.StagedCommand

Datei anzeigen Open project: ssube/VoodooShader Class Usage Examples

Public Properties

Property Type Description
Command String
Pre ProgressDialog.StageDelegate

Public Methods

Method Description
StagedCommand ( ProgressDialog pre, String cmd, ProgressDialog post ) : System

Method Details

StagedCommand() public method

public StagedCommand ( ProgressDialog pre, String cmd, ProgressDialog post ) : System
pre ProgressDialog
cmd String
post ProgressDialog
return System

Property Details

Command public_oe property

public String Command
return String

Pre public_oe property

public ProgressDialog.StageDelegate Pre
return ProgressDialog.StageDelegate