MachineEnvironment Class

Represents the environment for the machine, such as the paths to special folders

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class MachineEnvironment : IDisposable
Inheritance
Object    MachineEnvironment
Implements
IDisposable

Constructors

MachineEnvironmentInitializes a new instance of the MachineEnvironment class

Methods

DecorateName Decorate a special folder name into the expected format when used in paths
DisposeReleases all resources used by the MachineEnvironment
Dispose(Boolean)Releases the unmanaged resources used by the MachineEnvironment and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetSpecialFolderPath Gets the path for the special folder
GetSpecialFolderType Gets the special folder type from the folder's name.
GetSpecialFolderTypeName Gets the name for the special folder
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ResolveSpecialFolderPath Resolves a path that might have special folder identifies to an actual path on the machine.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also