C# Class BamlLocalization.BamlStream

BamlStream class which represents a baml stream
Datei anzeigen Open project: JeremyDurnell/locbaml Class Usage Examples

Private Properties

Property Type Description
BamlStream System
Close void
CombineBamlStreamName string
IsResourceEntryBamlStream bool

Private Methods

Method Description
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