C# Class HelixToolkit.Wpf.SharpDX.EffectsManager.IncludeHandler
显示文件
Open project: inventhelp/helix-toolkit
Public Methods
Method |
Description |
|
Close ( Stream stream ) : void |
|
|
Dispose ( ) : void |
|
|
Open ( IncludeType type, string fileName, Stream parentStream ) : Stream |
|
|
Method Details
public Close ( Stream stream ) : void |
stream |
Stream |
|
return |
void |
|
public Dispose ( ) : void |
return |
void |
|
public Open ( IncludeType type, string fileName, Stream parentStream ) : Stream |
type |
IncludeType |
|
fileName |
string |
|
parentStream |
Stream |
|
return |
Stream |
|