Click or drag to resize
IOHelper Methods

The IOHelper type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberFilePathIsRemote
Evaluates a path to determine whether it is at a network/remote location.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAssemblyFileVersion
Gets an Assembly object's file version in the format required by SOLO Server.
Public methodStatic memberGetEveryoneAccountNameString
Uses WellKnownSidType.WorldSid to get the "Everyone" account name
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGrantControlToWorld
Attempts to grant all users full control of the specified file.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberToUncPath
Converts a path containing a mapped drive to a UNC-formatted path.
Top
See Also