C# 클래스 BamlLocalization.BamlStream

BamlStream class which represents a baml stream
파일 보기 프로젝트 열기: JeremyDurnell/locbaml 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BamlStream System
Close void
CombineBamlStreamName string
IsResourceEntryBamlStream bool

비공개 메소드들

메소드 설명
BamlStream ( string name, Stream stream ) : System

constructor

Close ( ) : void

close the stream

CombineBamlStreamName ( string resource, string bamlName ) : string

Combine baml stream name and resource name to uniquely identify a baml within a localization project

IsResourceEntryBamlStream ( string name, object value ) : bool

Helper method which determines whether a stream name and value pair indicates a baml stream