ConstructPath() 개인적인 정적인 메소드

private static ConstructPath ( string keyFilePath ) : string
keyFilePath string
리턴 string
예제 #1
0
 public BcdStore(System.Management.ManagementScope mgmtScope, string keyFilePath)
 {
     this.InitializeObject(((System.Management.ManagementScope)(mgmtScope)), new System.Management.ManagementPath(BcdStore.ConstructPath(keyFilePath)), null);
 }
예제 #2
0
 public BcdStore(string keyFilePath)
 {
     this.InitializeObject(null, new System.Management.ManagementPath(BcdStore.ConstructPath(keyFilePath)), null);
 }