static void Main(string[] args) { MyClass instance = new MyClass(); instance.MyInstanceField = "Some New Value"; }