Esempio n. 1
0
 public NetInteropTestQml()
 {
     Parameter         = new SecondLevelType();
     Parameter2        = new SecondLevelType();
     _parameterWeakRef = new WeakReference <SecondLevelType>(Parameter);
 }
Esempio n. 2
0
 public void ReleaseNetReferenceParameter()
 {
     Parameter  = null;
     Parameter2 = null;
 }
Esempio n. 3
0
 public bool IsSame(SecondLevelType other)
 {
     return(ReferenceEquals(this, other));
 }