private void button1_Click(object sender, EventArgs e) { Mark m = new SMark("Hello");//lightweight value type instead of a ref type. m.testThis(); }