| ZipProviderLoader Methods | 
The ZipProviderLoader type exposes the following members.
 Methods
Methods|  | Name | Description | 
|---|
|  | CreateDirectoryProviderObject | 
            Creates new directory provider object
            (Overrides AbstractStorageProviderCreateDirectoryProviderObject.) | 
|  | CreateFileProviderObject | 
            Creates new directory provider object
            (Overrides AbstractStorageProviderCreateFileProviderObject.) | 
|  | Dispose | 
            Disposes the object
             | 
|  | GetDirectoryInfo | 
            Returns new instance of directory info.
            (Overrides AbstractStorageProviderGetDirectoryInfo(String).) | 
|  | GetFileInfo | 
            Returns new instance of FileInfo object.
            (Overrides AbstractStorageProviderGetFileInfo(String).) | 
|  | GetFileStream(String, FileMode) | 
            Returns new instance of file stream.
            (Overrides AbstractStorageProviderGetFileStream(String, FileMode).) | 
|  | GetFileStream(String, FileMode, FileAccess) | 
            Returns new instance of file stream.
            (Overrides AbstractStorageProviderGetFileStream(String, FileMode, FileAccess).) | 
|  | GetFileStream(String, FileMode, FileAccess, FileShare) | 
            Returns new instance of file stream.
            (Overrides AbstractStorageProviderGetFileStream(String, FileMode, FileAccess, FileShare).) | 
|  | GetFileStream(String, FileMode, FileAccess, FileShare, Int32) | 
            Returns new instance of file stream.
            (Overrides AbstractStorageProviderGetFileStream(String, FileMode, FileAccess, FileShare, Int32).) | 
|  | GetFullPath | 
            Converts the external mapped path to the internal path of the provider
            (Inherited from AbstractStorageProvider.) | 
|  | GetInternalProvider | 
            Gets the storage provider based on the given path
            (Overrides AbstractStorageProviderGetInternalProvider(String).) | 
|  | GetStorageProviderInternal | 
            Gets the storage provider based on the given path.
            (Inherited from AbstractStorageProvider.) | 
|  | MapStoragePath | 
            Maps the given storage path to a specific provider
            (Inherited from AbstractStorageProvider.) | 
|  | RemoveMappedProvider | 
            Removes a mapped provider from the mapped collection
            (Inherited from AbstractStorageProvider.) | 
|  | UnMapStoragePath | 
            Removes the mapping to a storage provider
            (Inherited from AbstractStorageProvider.) | 
Top See Also
See Also