C# Class FSO.Files.HIT.HSM

显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Constants int>.Dictionary

Public Methods

Method Description
HSM ( byte Filedata ) : System

Creates a new hsm file.

HSM ( string Filepath ) : System

Creates a new hsm file.

Private Methods

Method Description
ReadFile ( Stream stream ) : void

Method Details

HSM() public method

Creates a new hsm file.
public HSM ( byte Filedata ) : System
Filedata byte The data to create the hsm from.
return System

HSM() public method

Creates a new hsm file.
public HSM ( string Filepath ) : System
Filepath string
return System

Property Details

Constants public_oe property

HSM is a plaintext format that names various HIT constants including subroutine locations.
public Dictionary Constants
return int>.Dictionary