Package system.net.networkinformation
Class IPGlobalProperties
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.networkinformation.IPGlobalProperties
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class IPGlobalProperties extends NetObject
The base .NET class managing System.Net.NetworkInformation.IPGlobalProperties, 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.IPGlobalProperties
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.IPGlobalPropertiesstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IPGlobalProperties()
IPGlobalProperties(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.IPGlobalProperties- 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 IPGlobalProperties cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIPGlobalProperties
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IPGlobalProperties
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
BeginGetUnicastAddresses
public IAsyncResult BeginGetUnicastAddresses(AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetActiveTcpListeners
public IPEndPoint[] GetActiveTcpListeners() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetActiveUdpListeners
public IPEndPoint[] GetActiveUdpListeners() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIcmpV4Statistics
public IcmpV4Statistics GetIcmpV4Statistics() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIcmpV6Statistics
public IcmpV6Statistics GetIcmpV6Statistics() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIPGlobalProperties
public static IPGlobalProperties GetIPGlobalProperties() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIPv4GlobalStatistics
public IPGlobalStatistics GetIPv4GlobalStatistics() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIPv6GlobalStatistics
public IPGlobalStatistics GetIPv6GlobalStatistics() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetActiveTcpConnections
public TcpConnectionInformation[] GetActiveTcpConnections() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetTcpIPv4Statistics
public TcpStatistics GetTcpIPv4Statistics() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetTcpIPv6Statistics
public TcpStatistics GetTcpIPv6Statistics() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetUdpIPv4Statistics
public UdpStatistics GetUdpIPv4Statistics() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetUdpIPv6Statistics
public UdpStatistics GetUdpIPv6Statistics() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
EndGetUnicastAddresses
public UnicastIPAddressInformationCollection EndGetUnicastAddresses(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
GetUnicastAddresses
public UnicastIPAddressInformationCollection GetUnicastAddresses() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
-
getIsWinsProxy
public boolean getIsWinsProxy() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNodeType
public NetBiosNodeType getNodeType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDhcpScopeName
public java.lang.String getDhcpScopeName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDomainName
public java.lang.String getDomainName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHostName
public java.lang.String getHostName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-