C# Class ToLuaMenu.BindType, UnityHello

Show 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 property

public bool IsStatic
return bool

baseType public property

public Type baseType
return Type

extendList public property

public List extendList
return List

libName public property

public string libName
return string

name public property

public string name
return string

nameSpace public property

public string nameSpace
return string

type public property

public Type type
return Type

wrapName public property

public string wrapName
return string