AssemblyHash.Algorithm プロパティ
アセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Property Algorithm As AssemblyHashAlgorithm
Dim instance As AssemblyHash Dim value As AssemblyHashAlgorithm value = instance.Algorithm instance.Algorithm = value
[ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public AssemblyHashAlgorithm Algorithm { get; set; }
[ObsoleteAttribute(L"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public: property AssemblyHashAlgorithm Algorithm { AssemblyHashAlgorithm get (); void set (AssemblyHashAlgorithm value); }
/** @property */ public AssemblyHashAlgorithm get_Algorithm () /** @property */ public void set_Algorithm (AssemblyHashAlgorithm value)
public function get Algorithm () : AssemblyHashAlgorithm public function set Algorithm (value : AssemblyHashAlgorithm)
アセンブリ ハッシュ アルゴリズム。


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.Algorithm プロパティのページへのリンク