SafeHandle Members

The following tables list the members exposed by the SafeHandle type.

Protected Constructors

  Name Description
Protected method Supported by the .NET Compact Framework SafeHandle  

Top

Protected Fields

  Name Description
Protected field Supported by the .NET Compact Framework handle  

Top

Public Properties

  Name Description
Public property Supported by the .NET Compact Framework IsClosed  
Public property Supported by the .NET Compact Framework IsInvalid  

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Supported by the .NET Compact Framework Close  
Public method Supported by the .NET Compact Framework DangerousGetHandle  
Public method Supported by the .NET Compact Framework Dispose  
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework SetHandleAsInvalid  
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Supported by the .NET Compact Framework Finalize Overridden.  
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework ReleaseHandle  
Protected method Supported by the .NET Compact Framework SetHandle  

Top

See Also

Reference

SafeHandle Class
System.Security.Cryptography Namespace