C# 클래스 CrystalMpq.ResolveStreamEventArgs

ResolveStreamEventArgs is used for applying a patch.
It is the responsibility to provide a valid stream.
상속: System.EventArgs, IDisposable
파일 보기 프로젝트 열기: sgraf812/crystalmpq 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

비공개 메소드들

메소드 설명
ResolveStreamEventArgs ( ) : System
TransferStreamOwnership ( ) : Stream

Transfers the stream ownership to the caller.

This method will return the value of Stream and set the property to null afterwards. After a call to this method, the caller becomes responsible for managing the stream.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void