LuaBase Methods

PartProxy

LuaBase Methods

The LuaBase type exposes the following members.

Methods
  NameDescription
Protected methodAssertLuaObject
validate the object
Protected methodDispose
Disposes this instance.
Protected methodDispose(Boolean)
Responsible for unreferencing the object
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetReference
Gets the reference.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodStatic memberIsTypeOf
Ensure the object is of the expected type
Protected methodStatic memberMakeReference
Makes the reference.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPush
put the object on the stack
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Protected methodUnReference
Uns the reference.
Top
See Also