C# Class Amib.Threading.WIGStartInfo

Summary description for WIGStartInfo.
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Protected Properties

Property Type Description
_readOnly bool

Public Methods

Method Description
AsReadOnly ( ) : WIGStartInfo

Get a readonly version of this WIGStartInfo

WIGStartInfo ( ) : System
WIGStartInfo ( WIGStartInfo wigStartInfo ) : System

Protected Methods

Method Description
ThrowIfReadOnly ( ) : void

Method Details

AsReadOnly() public method

Get a readonly version of this WIGStartInfo
public AsReadOnly ( ) : WIGStartInfo
return WIGStartInfo

ThrowIfReadOnly() protected method

protected ThrowIfReadOnly ( ) : void
return void

WIGStartInfo() public method

public WIGStartInfo ( ) : System
return System

WIGStartInfo() public method

public WIGStartInfo ( WIGStartInfo wigStartInfo ) : System
wigStartInfo WIGStartInfo
return System

Property Details

_readOnly protected property

protected bool _readOnly
return bool