ObjectBase Class

SFML.Net

ObjectBase Class
The ObjectBase class is an abstract base for every SFML object. It's meant for internal use only
Inheritance Hierarchy
SystemObject  SFMLObjectBase
    More...

Namespace: SFML
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public abstract class ObjectBase : IDisposable
Public MustInherit Class ObjectBase
	Implements IDisposable
public ref class ObjectBase abstract : IDisposable
[<AbstractClassAttribute>]
type ObjectBase =  
    class
        interface IDisposable
    end

The ObjectBase type exposes the following members.

Constructors
  NameDescription
Public methodObjectBase
Construct the object from a pointer to the C library object
Top
Methods
  NameDescription
Protected methodDestroy
Destroy the object (implementation is left to each derived class)
Public methodDispose
Explicitely dispose the object
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Dispose the object
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCPointer
Access to the internal pointer of the object. For internal use only
Top
See Also
Inheritance Hierarchy