GameRawGameData Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Gets or Sets the binary data for this game.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic byte[] RawGameData { get; set; }
Public Property RawGameData As Byte()
Get
Set
public:
property array<unsigned char>^ RawGameData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member RawGameData : byte[] with get, set
Property Value
Type:
Byte
See Also