C# 클래스 HelixToolkit.Wpf.SharpDX.EffectsManager.IncludeHandler

상속: Include, ICallbackable, IDisposable
파일 보기 프로젝트 열기: inventhelp/helix-toolkit

공개 메소드들

메소드 설명
Close ( Stream stream ) : void
Dispose ( ) : void
Open ( IncludeType type, string fileName, Stream parentStream ) : Stream

메소드 상세

Close() 공개 메소드

public Close ( Stream stream ) : void
stream Stream
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Open() 공개 메소드

public Open ( IncludeType type, string fileName, Stream parentStream ) : Stream
type IncludeType
fileName string
parentStream Stream
리턴 Stream