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

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


Public Shared Sub ShowIcmpV4UnreachableData() Dim properties As IPGlobalProperties = IPGlobalProperties.GetIPGlobalProperties() Dim statistics As IcmpV4Statistics = properties.GetIcmpV4Statistics() Console.WriteLine(" Destination Unreachables ............ Sent: {0,-10} Received: {1,-10}", statistics.DestinationUnreachableMessagesSent, statistics.DestinationUnreachableMessagesReceived) End Sub 'ShowIcmpV4UnreachableData
public static void ShowIcmpV4UnreachableData() { IPGlobalProperties properties = IPGlobalProperties.GetIPGlobalProperties(); IcmpV4Statistics statistics = properties.GetIcmpV4Statistics(); 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に収録されているすべての辞書からIcmpV4Statistics.DestinationUnreachableMessagesSent プロパティを検索する場合は、下記のリンクをクリックしてください。

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