Click or drag to resize
SoNetBase Methods

The SoNetBase type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Overrides ObjectGetHashCode.)
Public methodStatic memberCode exampleGetInstance(IntPtr, Type)
Gets a managed object for the given native handle (non generic version).
Public methodStatic memberGetInstanceManagedType(IntPtr)
Gets a managed object for the given native handle (generic version).
Public methodStatic memberGetRegisteredType
Gets the managed type associated with the specified native type name.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUnmanagedHandle
Convenient method to get the address of the managed C++ object. This is useful to retrieve the native C++ object pointer.
Public methodStatic memberRegisterTypeManagedType
Associates a native type name with a managed type.
Public methodStatic memberReleaseUnmanagedResources
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also