C# Class GameMaker.Context

Afficher le fichier Open project: WarlockD/GMdsam

Méthodes publiques

Свойство Type Description
Debug bool
ScriptArgRegex System.Text.RegularExpressions.Regex
Version UndertaleVersion
ct System.Threading.CancellationToken
dataWinChanged bool
debugSearch bool
deleteDirectorys bool
doAsm bool
doAssigmentOffsets bool
doGlobals bool
doLua bool
doSearch bool
doThreads bool
doXML bool
makeObject bool
oneFile bool
outputDirectory System.IO.DirectoryInfo
outputType OutputType
saveAllMasks bool
saveAllPngs bool
saveChangedDataWin bool

Méthodes publiques

Méthode Description
ChangeEndOfFileName ( string filename, string toAdd ) : string
CheckAndSetOutputDirectory ( string path = null ) : void
CreateFileStream ( string filename, FileMode mode, bool fix_path ) : FileStream
CreateStreamReader ( string filename, bool fix_path ) : StreamWriter
CreateStreamWriter ( string filename, bool fix_path ) : StreamWriter
DeleteAllAndCreateDirectory ( string dir, bool overrideDelete = false ) : string
Error ( Exception e ) : void
Error ( string msg ) : void
Error ( string name, Exception e ) : void
Error ( string msg, ILNode node ) : void
EscapeAndAppend ( this sb, string s ) : void
EscapeChar ( char v ) : string
EscapeString ( string s ) : string
EventToString ( int @event, int subevent ) : string
FatalError ( Exception e ) : void
FatalError ( string msg ) : void
FatalError ( string name, Exception e ) : void
FatalError ( string msg, ILNode node ) : void
FormatDebugOffset ( byte data, int index ) : string
HasFolderWritePermission ( string destDir ) : bool
Info ( string msg ) : void
Info ( string msg, ILNode node ) : void
InstanceToString ( ILValue value ) : string
InstanceToString ( int instance ) : string
KeyToString ( int key ) : string
LookupString ( int index, bool escape = false ) : string
MakeDebugFileName ( File code, string file, bool move = true ) : string
MakeDebugFileName ( string filename, bool move = true ) : string
MakeDebugFileName ( string code_name, string file, bool move = true ) : string
Message ( string msg ) : void
MoveFileToOldErrors ( string dfilename, bool move = true ) : string
Warning ( string msg ) : void
Warning ( string msg, ILNode node ) : void

Private Methods

Méthode Description
Context ( ) : System
InternalSimpleEscape ( string s ) : IEnumerable

Method Details

ChangeEndOfFileName() public static méthode

public static ChangeEndOfFileName ( string filename, string toAdd ) : string
filename string
toAdd string
Résultat string

CheckAndSetOutputDirectory() public static méthode

public static CheckAndSetOutputDirectory ( string path = null ) : void
path string
Résultat void

CreateFileStream() public static méthode

public static CreateFileStream ( string filename, FileMode mode, bool fix_path ) : FileStream
filename string
mode FileMode
fix_path bool
Résultat System.IO.FileStream

CreateStreamReader() public static méthode

public static CreateStreamReader ( string filename, bool fix_path ) : StreamWriter
filename string
fix_path bool
Résultat System.IO.StreamWriter

CreateStreamWriter() public static méthode

public static CreateStreamWriter ( string filename, bool fix_path ) : StreamWriter
filename string
fix_path bool
Résultat System.IO.StreamWriter

DeleteAllAndCreateDirectory() public static méthode

public static DeleteAllAndCreateDirectory ( string dir, bool overrideDelete = false ) : string
dir string
overrideDelete bool
Résultat string

Error() public static méthode

public static Error ( Exception e ) : void
e System.Exception
Résultat void

Error() public static méthode

public static Error ( string msg ) : void
msg string
Résultat void

Error() public static méthode

public static Error ( string name, Exception e ) : void
name string
e System.Exception
Résultat void

Error() public static méthode

public static Error ( string msg, ILNode node ) : void
msg string
node ILNode
Résultat void

EscapeAndAppend() public static méthode

public static EscapeAndAppend ( this sb, string s ) : void
sb this
s string
Résultat void

EscapeChar() public static méthode

public static EscapeChar ( char v ) : string
v char
Résultat string

EscapeString() public static méthode

public static EscapeString ( string s ) : string
s string
Résultat string

EventToString() public static méthode

public static EventToString ( int @event, int subevent ) : string
@event int
subevent int
Résultat string

FatalError() public static méthode

public static FatalError ( Exception e ) : void
e System.Exception
Résultat void

FatalError() public static méthode

public static FatalError ( string msg ) : void
msg string
Résultat void

FatalError() public static méthode

public static FatalError ( string name, Exception e ) : void
name string
e System.Exception
Résultat void

FatalError() public static méthode

public static FatalError ( string msg, ILNode node ) : void
msg string
node ILNode
Résultat void

FormatDebugOffset() public static méthode

public static FormatDebugOffset ( byte data, int index ) : string
data byte
index int
Résultat string

HasFolderWritePermission() public static méthode

public static HasFolderWritePermission ( string destDir ) : bool
destDir string
Résultat bool

Info() public static méthode

public static Info ( string msg ) : void
msg string
Résultat void

Info() public static méthode

public static Info ( string msg, ILNode node ) : void
msg string
node ILNode
Résultat void

InstanceToString() static public méthode

static public InstanceToString ( ILValue value ) : string
value ILValue
Résultat string

InstanceToString() static public méthode

static public InstanceToString ( int instance ) : string
instance int
Résultat string

KeyToString() public static méthode

public static KeyToString ( int key ) : string
key int
Résultat string

LookupString() static public méthode

static public LookupString ( int index, bool escape = false ) : string
index int
escape bool
Résultat string

MakeDebugFileName() static public méthode

static public MakeDebugFileName ( File code, string file, bool move = true ) : string
code System.IO.File
file string
move bool
Résultat string

MakeDebugFileName() static public méthode

static public MakeDebugFileName ( string filename, bool move = true ) : string
filename string
move bool
Résultat string

MakeDebugFileName() static public méthode

static public MakeDebugFileName ( string code_name, string file, bool move = true ) : string
code_name string
file string
move bool
Résultat string

Message() public static méthode

public static Message ( string msg ) : void
msg string
Résultat void

MoveFileToOldErrors() public static méthode

public static MoveFileToOldErrors ( string dfilename, bool move = true ) : string
dfilename string
move bool
Résultat string

Warning() public static méthode

public static Warning ( string msg ) : void
msg string
Résultat void

Warning() public static méthode

public static Warning ( string msg, ILNode node ) : void
msg string
node ILNode
Résultat void

Property Details

Debug static_oe public_oe property

static public bool Debug
Résultat bool

ScriptArgRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions ScriptArgRegex
Résultat System.Text.RegularExpressions.Regex

Version static_oe public_oe property

static public UndertaleVersion Version
Résultat UndertaleVersion

ct static_oe public_oe property

static public CancellationToken,System.Threading ct
Résultat System.Threading.CancellationToken

dataWinChanged static_oe public_oe property

static public bool dataWinChanged
Résultat bool

debugSearch static_oe public_oe property

static public bool debugSearch
Résultat bool

deleteDirectorys static_oe public_oe property

static public bool deleteDirectorys
Résultat bool

doAsm static_oe public_oe property

static public bool doAsm
Résultat bool

doAssigmentOffsets static_oe public_oe property

static public bool doAssigmentOffsets
Résultat bool

doGlobals static_oe public_oe property

static public bool doGlobals
Résultat bool

doLua static_oe public_oe property

static public bool doLua
Résultat bool

doSearch static_oe public_oe property

static public bool doSearch
Résultat bool

doThreads static_oe public_oe property

static public bool doThreads
Résultat bool

doXML static_oe public_oe property

static public bool doXML
Résultat bool

makeObject static_oe public_oe property

static public bool makeObject
Résultat bool

oneFile static_oe public_oe property

static public bool oneFile
Résultat bool

outputDirectory static_oe public_oe property

static public DirectoryInfo,System.IO outputDirectory
Résultat System.IO.DirectoryInfo

outputType static_oe public_oe property

static public OutputType outputType
Résultat OutputType

saveAllMasks static_oe public_oe property

static public bool saveAllMasks
Résultat bool

saveAllPngs static_oe public_oe property

static public bool saveAllPngs
Résultat bool

saveChangedDataWin static_oe public_oe property

static public bool saveChangedDataWin
Résultat bool