C# 클래스 ScoobyRom.DataFile.RomMetadata

ROM description data, mostly for RR export. Should be compatible to RomRaider ECU def format.
파일 보기 프로젝트 열기: SubaruDieselCrew/ScoobyRom 1 사용 예제들

공개 메소드들

메소드 설명
FromXML ( System.Xml.Linq.XElement romidElement ) : RomMetadata
RomIdToStr ( long romid ) : string

ROMID as string, 10 hex characters.

RomMetadata ( ) : System

비공개 메소드들

메소드 설명
ParseHexInt ( string strToParse, XObject xObj ) : int

Parses hex number e.g."0x123af". Prefix "0x" is optional.

ParseHexLong ( string strToParse, XObject xObj ) : long

Parses hex number e.g."0x123af". Prefix "0x" is optional.

ThrowParse ( Exception ex, XObject xObj, string typeStr ) : void
ThrowXmlExceptionWithLineInfo ( string message, Exception innerException, XObject xObj ) : void

Throw XmlException with LineNumber/LinePosition info.

메소드 상세

FromXML() 공개 정적인 메소드

public static FromXML ( System.Xml.Linq.XElement romidElement ) : RomMetadata
romidElement System.Xml.Linq.XElement
리턴 RomMetadata

RomIdToStr() 공개 정적인 메소드

ROMID as string, 10 hex characters.
public static RomIdToStr ( long romid ) : string
romid long /// A ///
리턴 string

RomMetadata() 공개 메소드

public RomMetadata ( ) : System
리턴 System