LuaBase Class
From PartProxy
PartProxy
LuaBase Class |
The base class that actually takes care of the lua object reference
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
The LuaBase type exposes the following members.
| Name | Description | |
|---|---|---|
| LuaBase |
default constructor: DO NOT LET the system calling this!
| |
| LuaBase(Int32) |
Always use this constructor
|
| Name | Description | |
|---|---|---|
| AssertLuaObject |
validate the object
| |
| Dispose |
Disposes this instance.
| |
| Dispose(Boolean) |
Responsible for unreferencing the object
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetReference |
Gets the reference.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsTypeOf |
Ensure the object is of the expected type
| |
| MakeReference |
Makes the reference.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Push |
put the object on the stack
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) | |
| UnReference |
Uns the reference.
|