C# 클래스 mhe.GlobalVar

파일 보기 프로젝트 열기: icedmaster/mhe 1 사용 예제들

공개 메소드들

메소드 설명
Check ( Type type, string arg ) : bool
GlobalVar ( string name, int type ) : System
IsCorrect ( string arg ) : bool

메소드 상세

Check() 공개 정적인 메소드

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

GlobalVar() 공개 메소드

public GlobalVar ( string name, int type ) : System
name string
type int
리턴 System

IsCorrect() 공개 메소드

public IsCorrect ( string arg ) : bool
arg string
리턴 bool