C# Class MemoDummy.AbstractMemoScript

显示文件 Open project: fremag/MemoScope.Net Class Usage Examples

Protected Properties

Property Type Description
stopRequested bool

Private Properties

Property Type Description

Public Methods

Method Description
Run ( ) : void
Stop ( ) : void
ToString ( ) : string

Method Details

Run() public abstract method

public abstract Run ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

stopRequested protected_oe property

protected bool stopRequested
return bool