LuaPartArray Methods

PartProxy

LuaPartArray Methods

The LuaPartArray type exposes the following members.

Methods
  NameDescription
Protected methodAssertLuaObject
validate the object
(Inherited from LuaBase.)
Protected methodDispose
Disposes this instance.
(Inherited from LuaBase.)
Protected methodDispose(Boolean)
Responsible for unreferencing the object
(Inherited from LuaBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAt
Get the nth element of the array
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetReference
Gets the reference.
(Inherited from LuaBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsLuaPartArray
Check whether is a part array or not
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNewInstance
Create the object wrapper
Public methodPush
put the object on the stack
(Inherited from LuaBase.)
Public methodToString
Customized description of the object
(Overrides LuaBaseToString.)
Protected methodUnReference
Uns the reference.
(Inherited from LuaBase.)
Top
See Also