C# 클래스 Two10.AzureFileDrive.Extensions

파일 보기 프로젝트 열기: richorama/AzureFileDrive

공개 메소드들

메소드 설명
GetDirectoryReference ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory parent, string path ) : Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
GetFileReference ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory parent, string path ) : Microsoft.WindowsAzure.Storage.File.CloudFile
ToFileInformation ( this directory ) : FileInformation
ToFileString ( this value ) : string

메소드 상세

GetDirectoryReference() 공개 정적인 메소드

public static GetDirectoryReference ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory parent, string path ) : Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
parent Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
path string
리턴 Microsoft.WindowsAzure.Storage.File.CloudFileDirectory

GetFileReference() 공개 정적인 메소드

public static GetFileReference ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory parent, string path ) : Microsoft.WindowsAzure.Storage.File.CloudFile
parent Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
path string
리턴 Microsoft.WindowsAzure.Storage.File.CloudFile

ToFileInformation() 공개 정적인 메소드

public static ToFileInformation ( this directory ) : FileInformation
directory this
리턴 Dokan.FileInformation

ToFileString() 공개 정적인 메소드

public static ToFileString ( this value ) : string
value this
리턴 string