Click or drag to resize

NetworkShareAccessor Class

Provides access to a network share.
Inheritance Hierarchy
SystemObject
  Koden.Utils.IONetworkShareAccessor

Namespace:  Koden.Utils.IO
Assembly:  Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntax
public class NetworkShareAccessor : IDisposable

The NetworkShareAccessor type exposes the following members.

Properties
  NameDescription
Public propertyPassword
Gets or sets the password.
Public propertyRemoteComputerName
Gets or sets the name of the remote computer.
Public propertyUserName
Gets or sets the name of the user.
Top
Methods
  NameDescription
Public methodStatic memberAccess(String)
Creates a NetworkShareAccessor for the given computer name. The user will be promted to enter credentials
Public methodStatic memberAccess(String, String, String)
Creates a NetworkShareAccessor for the given computer name using the given username (format: domainOrComputername\Username) and password
Public methodStatic memberAccess(String, String, String, String)
Creates a NetworkShareAccessor for the given computer name using the given domain/computer name, username and password
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.)
Top
See Also