C# 클래스 ALFA.ALFAERFResourceEntry

상속: OEIShared.IO.ERFResourceEntry
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ALFAERFResourceEntry ( OEIResRef cResRef, ushort usResourceType, IResourceRepository cRepository ) : System
ALFAERFResourceEntry ( SerializationInfo cInfo, StreamingContext cContext ) : System
GetStream ( bool Write ) : Stream

Get a resource stream for the resource.

Release ( ) : void

Release reference to the repository.

메소드 상세

ALFAERFResourceEntry() 공개 메소드

public ALFAERFResourceEntry ( OEIResRef cResRef, ushort usResourceType, IResourceRepository cRepository ) : System
cResRef OEIResRef
usResourceType ushort
cRepository IResourceRepository
리턴 System

ALFAERFResourceEntry() 공개 메소드

public ALFAERFResourceEntry ( SerializationInfo cInfo, StreamingContext cContext ) : System
cInfo System.Runtime.Serialization.SerializationInfo
cContext System.Runtime.Serialization.StreamingContext
리턴 System

GetStream() 공개 메소드

Get a resource stream for the resource.
public GetStream ( bool Write ) : Stream
Write bool Supplies true if write access is requested, /// else false if only read only access is requested.
리턴 Stream

Release() 공개 메소드

Release reference to the repository.
public Release ( ) : void
리턴 void