Zip for UWP
IsZipFile メソッド

C1.UWP.Zip アセンブリ > C1.C1Zip 名前空間 > C1ZipFile クラス : IsZipFile メソッド
テストする System.IO.Stream
ストリームに有効な zip ファイルが含まれるかどうかをテストします。
シンタックス
'宣言
 
Public Shared Function IsZipFile( _
   ByVal stream As System.IO.Stream _
) As System.Boolean
public static System.bool IsZipFile( 
   System.IO.Stream stream
)

パラメータ

stream
テストする System.IO.Stream

戻り値の型

streamに有効な zip ファイルが含まれる場合は true、そうでない場合は false。
参照

C1ZipFile クラス
C1ZipFile メンバ