System.Runtime.InteropServices.SafeHandle.SafeHandle C# (CSharp) Method

SafeHandle() protected method

protected SafeHandle ( ) : System
return System
		protected SafeHandle ()
		{
			throw new NotImplementedException ();
		}
#endif

Same methods

SafeHandle::SafeHandle ( IntPtr invalidHandleValue, bool ownsHandle ) : System