Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Gssoft.Gscad.DatabaseServices.HostApplicationServices Class Referenceabstract

Public Member Functions

virtual bool IsUrl (string filePath)
 
virtual bool NotifyCorruptDrawingFoundOnOpen ()
 
virtual bool UserBreak ()
 
abstract string FindFile (string fileName, DatabaseServices.Database database, DatabaseServices.FindFileHint hint)
 
virtual string GetEnvironmentVariable (string name)
 
virtual string GetPassword (string dwgName, DatabaseServices.PasswordOptions options)
 
virtual string GetRemoteFile (System.Uri url, bool ignoreCache)
 
virtual System.Uri GetUrl (string localFile)
 
virtual void FatalError (string message)
 
virtual void LoadApplication (string appName, DatabaseServices.ApplicationLoadReasons why, bool printIt, bool asCmd)
 
virtual void PutRemoteFile (System.Uri url, string localFile)
 
- Public Member Functions inherited from Gssoft.Gscad.Runtime.RXObject
RXClass GetRXClass ()
 
virtual object Clone ()
 
int CompareTo (object obj)
 
virtual void CopyFrom (RXObject source)
 
IntPtr QueryX (RXClass protocolClass)
 
IntPtr X (RXClass protocolClass)
 
- Public Member Functions inherited from Gssoft.Gscad.Runtime.DisposableWrapper
override bool Equals (object obj)
 
override int GetHashCode ()
 
void Dispose ()
 

Properties

static HostApplicationServices Current [get, set]
 
static Database WorkingDatabase [get, set]
 
virtual DatabaseServices.ModelerFlavor ModelerFlavor [get]
 
virtual string AllUsersRootFolder [get]
 
virtual string AlternateFontName [get]
 
virtual string ColorBookLocation [get]
 
virtual string CompanyName [get]
 
virtual string FontMapFileName [get]
 
virtual string LocalRootFolder [get]
 
virtual string Product [get]
 
virtual string Program [get]
 
virtual string releaseMarketVersion [get]
 
virtual string RoamableRootFolder [get]
 
virtual string MachineRegistryProductRootKey [get]
 
virtual string UserRegistryProductRootKey [get]
 
- Properties inherited from Gssoft.Gscad.Runtime.DisposableWrapper
bool AutoDelete [get, set]
 
bool IsDisposed [get]
 
IntPtr UnmanagedObject [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from Gssoft.Gscad.Runtime.RXObject
static RXObject Create (IntPtr unmanagedPointer, bool autoDelete)
 
static RXClass GetClass (Type type)
 
- Static Public Member Functions inherited from Gssoft.Gscad.Runtime.DisposableWrapper
static DisposableWrapper Create (Type type, IntPtr unmanagedPointer, bool autoDelete)
 
static bool operator== (DisposableWrapper a, DisposableWrapper b)
 
static bool operator!= (DisposableWrapper a, DisposableWrapper b)
 
- Protected Member Functions inherited from Gssoft.Gscad.Runtime.RXObject
override void DeleteUnmanagedObject ()
 
- Protected Member Functions inherited from Gssoft.Gscad.Runtime.DisposableWrapper
abstract void DeleteUnmanagedObject ()
 
 DisposableWrapper (object obj, bool autoDelete)
 
 DisposableWrapper (IntPtr unmanagedPointer, bool autoDelete)
 
virtual void Dispose (bool disposing)