public interface IFile : INode
Public Interface IFile
Inherits INode
public interface class IFile : INode
type IFile =
interface
interface INode
end
Creation | ファイルの作成日時をUTC(協定世界時)で取得します。 |
Length | ファイル長をバイト単位で取得します。 |
Modification | ファイルの更新日時をUTC(協定世界時)で取得します。 |
Type | ファイルのMIMEタイプを取得します。 |
GetStream | ファイルの内容を収めたストリームを取得します。 |