I need to instantiate via a static property
ThirdPartyObject.Instance
so I tried
<object id="newObject" type="ThirdPartyObject, TheAssembly",
factory-method="Instance"/>
but through an exception.
I only saw the static factory method approach. Is there one that works with a property?
Reply With Quote


Reply With Quote
