• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Interface ISystemFile

Represents a BIOS file of a Stone IPlatformInfo definition.

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.String

Md5Hash

Gets the unique MD5 hash of the BIOS file.

Declaration
string Md5Hash { get; }
Property Value
Type Description
System.String
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.