Call GC.SuppressFinalize to suppress finalization of your instance once Dispose has been called. Objects that implement IDisposable should call SuppressFinalize from the IDisposable.Dispose method to prevent the garbage collector from calling Object.Finalize on an object that does not require it.
Cache list data in the database file to improve client and server performance. This will increase the size of the database. ...
CacheInDocument has no effect on non-public members. To enable caching, set the visibility of this DataSet to public by editing ...
Calculate the directory size in the background. Using the background worker allows us to update the UI as the size results ...
Calculates the difference in seconds between two times in the same day, and also constructs a TimeSpan value for that difference. ...
Call GC.SuppressFinalize to suppress finalization of your instance once Dispose has been called. Objects that implement IDisposable ...
Called by the container to return an implementation of IDropTarget which allows a windowless control to act as the target ...
Called by the framework before a creation of the Windows window attached to a CWnd object to load the window placement information ...
Called to determine the status or execute a command added through Commands.AddNamedCommand. Implemented by the Add-in writer. ...
Called to retrieve the full path of the WinHelp file associated with the specified object and the identifier of the appropriate ...