⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 platforminvokekernel32.cs

📁 能现实目前电脑中所有的图片,是用一个树的形式现实出来的
💻 CS
字号:
using System;
using System.Runtime.InteropServices;
namespace 图像格式转II
{
	/// <summary>
	/// PlatformInvokeKernel32 的摘要说明。
	/// </summary>
	public class PlatformInvokeKernel32
	{
		public PlatformInvokeKernel32()
		{

		}
		[DllImport("KERNEL32",CharSet=System.Runtime.InteropServices.CharSet.Auto)]
		public static extern int GetDriveType(string lpRootPathName);
		public const int DRIVE_FIXED=3;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -