ConstructPath() private static method

private static ConstructPath ( string keyFilePath ) : string
keyFilePath string
return string
コード例 #1
0
ファイル: BcdStore.cs プロジェクト: chenxiaobai0x01/c4l-utils
 public BcdStore(System.Management.ManagementScope mgmtScope, string keyFilePath)
 {
     this.InitializeObject(((System.Management.ManagementScope)(mgmtScope)), new System.Management.ManagementPath(BcdStore.ConstructPath(keyFilePath)), null);
 }
コード例 #2
0
ファイル: BcdStore.cs プロジェクト: chenxiaobai0x01/c4l-utils
 public BcdStore(string keyFilePath)
 {
     this.InitializeObject(null, new System.Management.ManagementPath(BcdStore.ConstructPath(keyFilePath)), null);
 }