Click or drag to resize
SoNetBase Methods

The SoNetBase type exposes the following members.

Methods
  NameDescription
Public methodEquals (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 (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 (Inherited from Object.)
Top
See Also