V7TarEntry コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
V7TarEntry(TarEntry) |
指定した |
V7TarEntry(TarEntryType, String) |
指定したエントリの種類とエントリ名を使用して、新しい V7TarEntry インスタンスを初期化します。 |
V7TarEntry(TarEntry)
- ソース:
- V7TarEntry.cs
- ソース:
- V7TarEntry.cs
- ソース:
- V7TarEntry.cs
指定したother
エントリを V7 形式に変換して、新しいV7TarEntryインスタンスを初期化します。
public:
V7TarEntry(System::Formats::Tar::TarEntry ^ other);
public V7TarEntry (System.Formats.Tar.TarEntry other);
new System.Formats.Tar.V7TarEntry : System.Formats.Tar.TarEntry -> System.Formats.Tar.V7TarEntry
Public Sub New (other As TarEntry)
パラメーター
例外
適用対象
V7TarEntry(TarEntryType, String)
- ソース:
- V7TarEntry.cs
- ソース:
- V7TarEntry.cs
- ソース:
- V7TarEntry.cs
指定したエントリの種類とエントリ名を使用して、新しい V7TarEntry インスタンスを初期化します。
public:
V7TarEntry(System::Formats::Tar::TarEntryType entryType, System::String ^ entryName);
public V7TarEntry (System.Formats.Tar.TarEntryType entryType, string entryName);
new System.Formats.Tar.V7TarEntry : System.Formats.Tar.TarEntryType * string -> System.Formats.Tar.V7TarEntry
Public Sub New (entryType As TarEntryType, entryName As String)
パラメーター
- entryType
- TarEntryType
エントリの型。
- entryName
- String
このエントリのパスとファイル名を含む文字列。
例外
entryName
が null
です。
注釈
コンストラクターを使用してV7TarEntry(TarEntryType, String)インスタンスを作成する場合は、、および V7RegularFileの各エントリの種類のみがサポートされますHardLinkDirectorySymbolicLink。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET