public class IndexEngine : IDisposablepublic ref class IndexEngine : IDisposableIndexEngine m_indexer = new IndexEngine();
m_indexer.Update(idx, true, false);| IndexEngine | Initializes a new instance of the IndexEngine class |
| Dispose | Releases all resources used by the IndexEngine |
| Dispose(Boolean) | Releases the unmanaged resources used by the IndexEngine and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Stop | Cancels any index operation currently running. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Update | Update an index, if the index does not already exist it is created. |
| OnFinished | Occurs when the indexing process has finished. |
| OnProgress | Occurs during the indexing process providing progress information. |