Interface ISystemFile
Represents a BIOS file of a Stone IPlatform
Namespace: Snowflake.Model.Game
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface ISystemFile
Properties
FileName
Gets the canonical file name of the BIOS file.
Declaration
string FileName { get; }
Property Value
Type | Description |
---|---|
System. |
Md5Hash
Gets the unique MD5 hash of the BIOS file.
Declaration
string Md5Hash { get; }
Property Value
Type | Description |
---|---|
System. |