C# Class ToLuaMenu.BindType, UnityHello

Mostra file Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
IsStatic bool
baseType Type
extendList List
libName string
name string
nameSpace string
type Type
wrapName string

Public Methods

Method 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 method

public AddExtendType ( Type t ) : BindType,
t Type
return BindType,

BindType() public method

public BindType ( Type t ) : System
t Type
return System

IsObsolete() public static method

public static IsObsolete ( Type type ) : bool
type Type
return bool

SetBaseType() public method

public SetBaseType ( Type t ) : BindType,
t Type
return BindType,

SetLibName() public method

public SetLibName ( string str ) : BindType,
str string
return BindType,

SetNameSpace() public method

public SetNameSpace ( string space ) : BindType,
space string
return BindType,

SetWrapName() public method

public SetWrapName ( string str ) : BindType,
str string
return BindType,

Property Details

IsStatic public_oe property

public bool IsStatic
return bool

baseType public_oe property

public Type baseType
return Type

extendList public_oe property

public List extendList
return List

libName public_oe property

public string libName
return string

name public_oe property

public string name
return string

nameSpace public_oe property

public string nameSpace
return string

type public_oe property

public Type type
return Type

wrapName public_oe property

public string wrapName
return string