Package system.net.networkinformation
Class IcmpV6Statistics
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.networkinformation.IcmpV6Statistics
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class IcmpV6Statistics extends NetObject
The base .NET class managing System.Net.NetworkInformation.IcmpV6Statistics, System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.NetworkInformation.IcmpV6Statistics
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Net.NetworkInformationstatic java.lang.String
className
Qualified class name: System.Net.NetworkInformation.IcmpV6Statisticsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IcmpV6Statistics()
IcmpV6Statistics(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Net.NetworkInformation- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Net.NetworkInformation.IcmpV6Statistics- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static IcmpV6Statistics cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIcmpV6Statistics
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IcmpV6Statistics
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getDestinationUnreachableMessagesReceived
public long getDestinationUnreachableMessagesReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDestinationUnreachableMessagesSent
public long getDestinationUnreachableMessagesSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEchoRepliesReceived
public long getEchoRepliesReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEchoRepliesSent
public long getEchoRepliesSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEchoRequestsReceived
public long getEchoRequestsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEchoRequestsSent
public long getEchoRequestsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getErrorsReceived
public long getErrorsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getErrorsSent
public long getErrorsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMembershipQueriesReceived
public long getMembershipQueriesReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMembershipQueriesSent
public long getMembershipQueriesSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMembershipReductionsReceived
public long getMembershipReductionsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMembershipReductionsSent
public long getMembershipReductionsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMembershipReportsReceived
public long getMembershipReportsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMembershipReportsSent
public long getMembershipReportsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessagesReceived
public long getMessagesReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessagesSent
public long getMessagesSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNeighborAdvertisementsReceived
public long getNeighborAdvertisementsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNeighborAdvertisementsSent
public long getNeighborAdvertisementsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNeighborSolicitsReceived
public long getNeighborSolicitsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNeighborSolicitsSent
public long getNeighborSolicitsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPacketTooBigMessagesReceived
public long getPacketTooBigMessagesReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPacketTooBigMessagesSent
public long getPacketTooBigMessagesSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getParameterProblemsReceived
public long getParameterProblemsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getParameterProblemsSent
public long getParameterProblemsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRedirectsReceived
public long getRedirectsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRedirectsSent
public long getRedirectsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRouterAdvertisementsReceived
public long getRouterAdvertisementsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRouterAdvertisementsSent
public long getRouterAdvertisementsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRouterSolicitsReceived
public long getRouterSolicitsReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRouterSolicitsSent
public long getRouterSolicitsSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTimeExceededMessagesReceived
public long getTimeExceededMessagesReceived() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTimeExceededMessagesSent
public long getTimeExceededMessagesSent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-