The BasicCardFile type exposes the following members.

Methods

  NameDescription
Public methodClone
Clone this object.
(Inherited from BasicCardFileSystemObject.)
Public methodClose
Close this file.
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 a hash function for a particular type.
(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.)
Protected methodOpen
Open this file.
Public methodRefresh
Refresh.
(Overrides BasicCardFileSystemObject..::..Refresh()()()().)
Public methodRemove
Remove the file.
(Overrides BasicCardFileSystemObject..::..Remove()()()().)
Public methodRename
Rename the file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSetCustomLock
Set a custom lock for this file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSetReadLock
Set a read lock for this file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSetReadWriteLock
Set a read/write lock for this file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSetWriteLock
Set a write lock for this file or directory.
(Inherited from BasicCardFileSystemObject.)
Public methodSplitPath()()()()
Return the splited file name in its path parts by splitting with SeparatorChar. Returning an array of Strings.
(Inherited from BasicCardFileSystemObject.)
Public methodToString
ToString method.
(Inherited from BasicCardFileSystemObject.)

See Also