Exemplo n.º 1
0
 private static PSNoteProperty CreateHostInfoProperty(HostInfo hostInfo) => new PSNoteProperty("HostInfo", RemoteHostEncoder.EncodeObject((object)hostInfo));
Exemplo n.º 2
0
 private static PSNoteProperty CreateHostInfoProperty(HostInfo hostInfo)
 {
     return(new PSNoteProperty("HostInfo", RemoteHostEncoder.EncodeObject(hostInfo)));
 }