IcmpV6Statistics.DestinationUnreachableMessagesSent プロパティ
アセンブリ: System (system.dll 内)

Dim instance As IcmpV6Statistics Dim value As Long value = instance.DestinationUnreachableMessagesSent
public: virtual property long long DestinationUnreachableMessagesSent { long long get () abstract; }
送信した終点到達不能メッセージの合計数を示す Int64 値。


Public Shared Sub ShowIcmpV6UnreachableData() Dim properties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties() Dim statistics As IcmpV6Statistics = properties.GetIcmpV6Statistics() Console.WriteLine(" Destination Unreachables ............ Sent: {0,-10} Received: {1,-10}", statistics.DestinationUnreachableMessagesSent, statistics.DestinationUnreachableMessagesReceived) End Sub 'ShowIcmpV6UnreachableData
public static void ShowIcmpV6UnreachableData () { IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties(); IcmpV6Statistics statistics = properties.GetIcmpV6Statistics(); Console.WriteLine (" Destination Unreachables ............ Sent: {0,-10} Received: {1,-10}", statistics.DestinationUnreachableMessagesSent, statistics.DestinationUnreachableMessagesReceived); }

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


Weblioに収録されているすべての辞書からIcmpV6Statistics.DestinationUnreachableMessagesSent プロパティを検索する場合は、下記のリンクをクリックしてください。

- IcmpV6Statistics.DestinationUnreachableMessagesSent プロパティのページへのリンク