SafeHandle: IsInvalid (get)

IsInvalid

Indicates if the wrapped handle is considered invalid.



 Public Property Get IsInvalid ( ) As Boolean

Return Values

Boolean -  Returns true if the handle is invalide, false otherwise.

Remarks

An invalid handle is equal to the value -1.

Read Only.

See Also

Project CorLib Overview

Class SafeHandle Overview