C# Class Recurity.Swf.AVM1Modifier.ModLib

Afficher le fichier Open project: rtezli/Blitzableiter Class Usage Examples

Méthodes publiques

Méthode Description
AddVariable ( string name, string value ) : void

AddVariableRandomString ( string name ) : void

ApplyAll ( AVM1Code codeToBePatched ) : void

ModLib ( ) : System

Method Details

AddVariable() public méthode

public AddVariable ( string name, string value ) : void
name string
value string
Résultat void

AddVariableRandomString() public méthode

public AddVariableRandomString ( string name ) : void
name string
Résultat void

ApplyAll() public méthode

public ApplyAll ( AVM1Code codeToBePatched ) : void
codeToBePatched AVM1Code
Résultat void

ModLib() public méthode

public ModLib ( ) : System
Résultat System