Services Class

The class for providing services at runtime.
Inheritance Hierarchy
SystemObject
  Teigha.RuntimeServices
Namespace:  Teigha.Runtime
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public class Services : IDisposable

The Services type exposes the following members.

Constructors
  Name Description
Public method Services
Constructor for the Services class. Calls the Init() method for a newly created object.
Top
Methods
  Name Description
Public method AccessFileRead
Checks whether a specified file can be accessed for read operations.
Public method Dispose
Destructor for the Services class. Calls the UnInit() method for the object that is about to be destroyed.
Protected method Dispose(Boolean)
Releases the unmanaged resources used by the Services and optionally releases the managed resources
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Calls the UnInit() method for this object.
(Overrides ObjectFinalize.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic member odActivate
Sets user activation data.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

©  Bricsys NV. All rights reserved.