C# Class ToLuaMenu.BindType, UnityHello

Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Méthodes publiques

Свойство Type Description
IsStatic bool
baseType Type
extendList List
libName string
name string
nameSpace string
type Type
wrapName string

Méthodes publiques

Méthode Description
AddExtendType ( Type t ) : BindType,
BindType ( Type t ) : System
IsObsolete ( Type type ) : bool
SetBaseType ( Type t ) : BindType,
SetLibName ( string str ) : BindType,
SetNameSpace ( string space ) : BindType,
SetWrapName ( string str ) : BindType,

Method Details

AddExtendType() public méthode

public AddExtendType ( Type t ) : BindType,
t Type
Résultat BindType,

BindType() public méthode

public BindType ( Type t ) : System
t Type
Résultat System

IsObsolete() public static méthode

public static IsObsolete ( Type type ) : bool
type Type
Résultat bool

SetBaseType() public méthode

public SetBaseType ( Type t ) : BindType,
t Type
Résultat BindType,

SetLibName() public méthode

public SetLibName ( string str ) : BindType,
str string
Résultat BindType,

SetNameSpace() public méthode

public SetNameSpace ( string space ) : BindType,
space string
Résultat BindType,

SetWrapName() public méthode

public SetWrapName ( string str ) : BindType,
str string
Résultat BindType,

Property Details

IsStatic public_oe property

public bool IsStatic
Résultat bool

baseType public_oe property

public Type baseType
Résultat Type

extendList public_oe property

public List extendList
Résultat List

libName public_oe property

public string libName
Résultat string

name public_oe property

public string name
Résultat string

nameSpace public_oe property

public string nameSpace
Résultat string

type public_oe property

public Type type
Résultat Type

wrapName public_oe property

public string wrapName
Résultat string