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

EVT is a CSV format that defines a list of events for HIT to listen for.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Entries List

공개 메소드들

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

Creates a new evt file.

EVT ( string Filepath ) : System

Creates a new evt file.

비공개 메소드들

메소드 설명
ParseHexString ( string input ) : uint
ReadFile ( Stream data ) : void

메소드 상세

EVT() 공개 메소드

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

EVT() 공개 메소드

Creates a new evt file.
public EVT ( string Filepath ) : System
Filepath string
리턴 System

프로퍼티 상세

Entries 공개적으로 프로퍼티

public List Entries
리턴 List