ASP.NetSafeHandle-tasksandexamples
创始人
2024-09-19 10:01:05
0

ASP.Net中的SafeHandle类可用于管理外部资源,如文件句柄、内存句柄等。下面是一些使用SafeHandle的示例:

  1. 管理文件句柄
public class FileSafeHandle : SafeHandleZeroOrMinusOneIsInvalid
{
    private readonly string _fileName;

    [DllImport("kernel32.dll", CharSet = CharSet.Unicode, SetLastError = true)]
    private static extern IntPtr CreateFile(
        string lpFileName,
        FileAccess dwDesiredAccess,
        FileShare dwShareMode,
        IntPtr lpSecurityAttributes,
        FileMode dwCreationDisposition,
        FileAttributes dwFlagsAndAttributes,
        IntPtr hTemplateFile);

    public FileSafeHandle(string fileName)
        : base(true)
    {
        _fileName = fileName;
        handle = CreateFile(fileName, FileAccess.ReadWrite, FileShare.ReadWrite, IntPtr.Zero,
            FileMode.Open, FileAttributes.RandomAccess, IntPtr.Zero);
        if (handle == IntPtr.Zero || handle == new IntPtr(-1))
        {
            int lastWin32Error = Marshal.GetLastWin32Error();
            throw new Win32Exception(lastWin32Error, "Failed to open file");
        }
    }

    protected override bool ReleaseHandle()
    {
        return NativeMethods.CloseHandle(handle);
    }

    public string FileName => _fileName;
}

在使用FileSafeHandle时,只需像使用一般的文件句柄一样使用即可,无需手动释放句柄。

  1. 管理内存句柄
public class MemorySafeHandle : SafeHandleZeroOrMinusOneIsInvalid
{
    private readonly long _memorySize;

    [DllImport("kernel32.dll", SetLastError = true)]
    private static extern IntPtr VirtualAlloc(IntPtr lpAddress, UIntPtr dwSize,
        AllocationType flAllocationType, MemoryProtection flProtect);

    [DllImport("kernel32.dll", SetLastError = true)]
    private static extern bool VirtualFree(IntPtr lpAddress, UIntPtr dwSize,
        FreeType dwFreeType);

    public MemorySafeHandle(long memorySize)
        : base(true)
    {
        _memorySize = memorySize;
        handle = VirtualAlloc(IntPtr.Zero, new UIntPtr((ulong)memorySize),
            Allocation

相关内容

热门资讯

盘点几款!poker辅助器免费... 盘点几款!poker辅助器免费安装(辅助挂)切实存在有挂(有挂方法)一、poker辅助器免费安装游戏...
玩家必看科普!aapoker脚... 玩家必看科普!aapoker脚本怎么用(辅助挂)原来有挂(真实有挂)一、aapoker脚本怎么用可以...
普及知识!wepoker可以开... 普及知识!wepoker可以开透视吗(辅助挂)其实存在有挂(有挂解惑)1、许多玩家不知道wepoke...
重大通报!wepoker有辅助... 重大通报!wepoker有辅助工具吗(辅助挂)切实是真的有挂(有挂细节)1、不需要AI权限,帮助你快...
我来分享!aapoker怎么提... 我来分享!aapoker怎么提高中牌率(辅助挂)确实是真的有挂(有挂规律)1、aapoker怎么提高...
我来向大家传授!微扑克透视脚本... 我来向大家传授!微扑克透视脚本(辅助挂)一直是真的有挂(有挂方略)1、微扑克透视脚本辅助软件下载优化...
信息共享!约局吧开挂神器是真的... 信息共享!约局吧开挂神器是真的吗(辅助挂)一贯有挂(有挂功能)运约局吧开挂神器是真的吗辅助工具,进入...
一分钟秒懂!wepoker有透... 一分钟秒懂!wepoker有透视底牌吗(辅助挂)总是真的是有挂(有挂透视)wepoker有透视底牌吗...
揭秘关于!sohoo辅助(辅助... 揭秘关于!sohoo辅助(辅助挂)竟然真的是有挂(真实有挂)1、点击下载安装,sohoo辅助脚本分类...
玩家必备攻略!wepoker免... 玩家必备攻略!wepoker免费脚本弱密码(辅助挂)都是真的是有挂(有挂攻略)wepoker免费脚本...