The Utils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConvertToSecureString
Converts a string to a secured string that should be kept confidential.
Public methodStatic memberConvertToUnsecureString
Converts a secured string to an unsecured one.
Public methodStatic memberDisposeOrRelease
Disposes the managed object. If the object is not specified, releases the specified COM object.
Public methodStatic memberHasFlag
Determines whether one or more bit fields are set in the specified enumeration.
Public methodStatic memberIsComInterfaceSupported
Determines whether a COM object supports the specified interface.
Public methodStatic memberQueryInterface<(Of <<'(T>)>>)(Object)
Queries an interface on the object.
Public methodStatic memberQueryInterface<(Of <<'(T>)>>)(Object, Boolean)
Queries an interface on the object.
Public methodStatic memberToUniversalTime
Converts the value of the date to Coordinated Universal Time (UTC).

Fields

  NameDescription
Public fieldStatic memberOLEBaseTime
Base time for OLE Automation values (Midnight, Dec 30, 1899).

See Also