markdown Microsoft Scripting Runtime

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Microsoft Scripting Runtime相关的知识,希望对你有一定的参考价值。

//
//在项目菜单中选择引用,在COM中选择Microsoft Scripting Runtime
using Windows.Scripting;
public string GetDriverSerialNumber(string strDriver)
{
    string functionReturnValue = null;
    try 
    {
        FileSystemObject Fso = new FileSystemObject();
        Drive drvDisk = default(Drive);
        drvDisk = Fso.GetDrive(strDriver);
        functionReturnValue = drvDisk.SerialNumber;
    } 
    catch (Exception ex) 
    {
        functionReturnValue = "00000000000";
    }
    return functionReturnValue;

}
Scrrun.dll

- FileSystemObject

以上是关于markdown Microsoft Scripting Runtime的主要内容,如果未能解决你的问题,请参考以下文章

markdown Microsoft IIS FTP服务器

markdown 删除ubuntu-dual-boot-microsoft-EFI

Microsoft.Azure.WebJobs.Script:无法将“System.String”类型的对象转换为“Microsoft.AspNetCore.Http.HttpRequest”类型。回

Microsoft Script Debugger说明书

Azure 服务总线:Microsoft.Azure.WebJobs.Script.HostDisposedException:主机已释放,无法使用

异常 Microsoft.Azure.WebJobs.Script.Workers.Rpc.RpcException