C# Class mhe.GlobalVar

Afficher le fichier Open project: icedmaster/mhe Class Usage Examples

Méthodes publiques

Méthode Description
Check ( Type type, string arg ) : bool
GlobalVar ( string name, int type ) : System
IsCorrect ( string arg ) : bool

Method Details

Check() public static méthode

public static Check ( Type type, string arg ) : bool
type System.Type
arg string
Résultat bool

GlobalVar() public méthode

public GlobalVar ( string name, int type ) : System
name string
type int
Résultat System

IsCorrect() public méthode

public IsCorrect ( string arg ) : bool
arg string
Résultat bool