Type vType = typeof ( Button );
object vObject = Activator . CreateInstance(vType);
vType . GetProperty( "Parent" ) . SetValue(vObject, this , null );
vType . GetProperty( "Text" ) . SetValue(vObject, "Zswang , null );