AssemblyHash コンストラクタ (AssemblyHashAlgorithm, Byte[])
メモ : このコンストラクタは、互換性のために残されています。
指定したハッシュ アルゴリズムとハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。 名前空間: System.Configuration.Assembliesアセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Sub New ( _ algorithm As AssemblyHashAlgorithm, _ value As Byte() _ )
Dim algorithm As AssemblyHashAlgorithm Dim value As Byte() Dim instance As New AssemblyHash(algorithm, value)
[ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public AssemblyHash ( AssemblyHashAlgorithm algorithm, byte[] value )
[ObsoleteAttribute(L"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public: AssemblyHash ( AssemblyHashAlgorithm algorithm, array<unsigned char>^ value )
/** @attribute ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") */ public AssemblyHash ( AssemblyHashAlgorithm algorithm, byte[] value )
ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") public function AssemblyHash ( algorithm : AssemblyHashAlgorithm, value : byte[] )

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AssemblyHash コンストラクタ (Byte[])
メモ : このコンストラクタは、互換性のために残されています。
指定したハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。ハッシュ アルゴリズムの既定の設定は SHA1 です。 名前空間: System.Configuration.Assembliesアセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Sub New ( _ value As Byte() _ )
[ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public AssemblyHash ( byte[] value )
[ObsoleteAttribute(L"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public: AssemblyHash ( array<unsigned char>^ value )
/** @attribute ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") */ public AssemblyHash ( byte[] value )
ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") public function AssemblyHash ( value : byte[] )

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AssemblyHash コンストラクタ
Weblioに収録されているすべての辞書からAssemblyHash コンストラクタを検索する場合は、下記のリンクをクリックしてください。

- AssemblyHash コンストラクタのページへのリンク