Hi,
No problem - feel free to post on the forum, or contact our support. you can also browse our extensive documentation for info and examples:
http://docs.typemock.com/Isolator/
In order to access private properties (or other methods), you can use:
// get
var myPropertyValue = Isolate.Invoke.Method(myObject, "get_MyProperty");
//set
Isolate.Invoke.Method(myObject, "set_MyProperty", newValue);
_________________
Regards
Yonatan,
TypeMock Support