INetwork class com Interface

Inheritance

Constructors

INetwork(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
IsConnected int
no setter
IsConnectedToInternet int
no setter
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
inherited
GetCategory(Pointer<Int32> pCategory) int
GetConnectivity(Pointer<Int32> pConnectivity) int
GetDescription(Pointer<Pointer<Utf16>> pszDescription) int
GetDomainType(Pointer<Int32> pNetworkType) int
GetIDsOfNames(Pointer<GUID> riid, Pointer<Pointer<Utf16>> rgszNames, int cNames, int lcid, Pointer<Int32> rgDispId) int
inherited
GetName(Pointer<Pointer<Utf16>> pszNetworkName) int
GetNetworkConnections(Pointer<Pointer<COMObject>> ppEnumNetworkConnection) int
GetNetworkId(Pointer<GUID> pgdGuidNetworkId) int
GetTimeCreatedAndConnected(Pointer<Uint32> pdwLowDateTimeCreated, Pointer<Uint32> pdwHighDateTimeCreated, Pointer<Uint32> pdwLowDateTimeConnected, Pointer<Uint32> pdwHighDateTimeConnected) int
GetTypeInfo(int iTInfo, int lcid, Pointer<Pointer<COMObject>> ppTInfo) int
inherited
GetTypeInfoCount(Pointer<Uint32> pctinfo) int
inherited
Invoke(int dispIdMember, Pointer<GUID> riid, int lcid, int wFlags, Pointer<DISPPARAMS> pDispParams, Pointer<VARIANT> pVarResult, Pointer<EXCEPINFO> pExcepInfo, Pointer<Uint32> puArgErr) int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
SetCategory(int NewCategory) int
SetDescription(Pointer<Utf16> szDescription) int
SetName(Pointer<Utf16> szNetworkNewName) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited