LuaBase Class

PartProxy

LuaBase Class

The base class that actually takes care of the lua object reference
Inheritance Hierarchy
SystemObject  PartProxyLuaBase
    PartProxyLuaPart
    PartProxyLuaPartArray
    PartProxyLuaPoint

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class LuaBase
Public MustInherit Class LuaBase
public ref class LuaBase abstract
[<AbstractClassAttribute>]
type LuaBase =  class end

The LuaBase type exposes the following members.

Constructors
  NameDescription
Protected methodLuaBase
default constructor: DO NOT LET the system calling this!
Protected methodLuaBase(Int32)
Always use this constructor
Top
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