// Decompiled with JetBrains decompiler // Type: RegAsm.Option // Assembly: RegAsm, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // MVID: 0D2001F8-49C5-49A7-BF2D-B8D87970A226 // Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Virus.Win32.Sality.q-546c12c90ae93fcd5a74cdd328faf956effcec6da290a1b13f3f45331b4d58cd.exe namespace RegAsm { internal class Option { private string m_strName; private string m_strValue; public Option(string strName, string strValue) { this.m_strName = strName; this.m_strValue = strValue; } public string Name => this.m_strName; public string Value => this.m_strValue; } }