C# Class mhe.GlobalVar

Exibir arquivo Open project: icedmaster/mhe Class Usage Examples

Public Methods

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

Method Details

Check() public static method

public static Check ( Type type, string arg ) : bool
type System.Type
arg string
return bool

GlobalVar() public method

public GlobalVar ( string name, int type ) : System
name string
type int
return System

IsCorrect() public method

public IsCorrect ( string arg ) : bool
arg string
return bool