Inheritance: TpmStructureBase, ICapabilitiesUnion
コード例 #1
0
ファイル: X_TpmDefs.cs プロジェクト: vishalishere/TSS.MSR
 public CcArray(CcArray the_CcArray)
 {
     if((Object) the_CcArray == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     commandCodes = the_CcArray.commandCodes;
 }