C# Class HermaFx.Utils.TempFile

Inheritance: IDisposable
显示文件 Open project: evicertia/HermaFx

Public Methods

Method Description
Dispose ( ) : void
TempFile ( ) : System
TempFile ( Stream data ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TempFile() public method

public TempFile ( ) : System
return System

TempFile() public method

public TempFile ( Stream data ) : System
data Stream
return System