public S4ObjectDebugView(S4Object obj) { this.s4obj = obj; }
public S4ObjectSlotDisplay(S4Object obj, string name) { this.s4obj = obj; this.name = name; }