Class FileAttributeInfoUnownedHandle
public class FileAttributeInfoUnownedHandle : FileAttributeInfoHandle, IDisposable
- Inheritance
-
FileAttributeInfoUnownedHandle
- Implements
- Inherited Members
Constructors
FileAttributeInfoUnownedHandle(IntPtr)
Creates a new instance of FileAttributeInfoOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public FileAttributeInfoUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static FileAttributeInfoUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public FileAttributeInfoOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()