C# 클래스 FSO.Files.HIT.HSM

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Constants int>.Dictionary

공개 메소드들

메소드 설명
HSM ( byte Filedata ) : System

Creates a new hsm file.

HSM ( string Filepath ) : System

Creates a new hsm file.

비공개 메소드들

메소드 설명
ReadFile ( Stream stream ) : void

메소드 상세

HSM() 공개 메소드

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

HSM() 공개 메소드

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

프로퍼티 상세

Constants 공개적으로 프로퍼티

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