Tpm2Lib.ClockInfo.Copy C# (CSharp) Method

Copy() public method

public Copy ( ) : ClockInfo
return ClockInfo
        new public ClockInfo Copy()
        {
            return Marshaller.FromTpmRepresentation<ClockInfo>(this.GetTpmRepresentation());
        }
    }