예제 #1
0
 public IntPtr GetHandle()
 {
     // *NOTE* This will crash if the plugin failed to give Hydra it's UI handle (as in the line of code
     // it passed in failed). This can be simulated by commented out the line of code in a plugin
     // that creates the usercontrol.
     return(_handle.GetHandle());
 }
 public long GetHandle()
 {
     return((long)m_Upstream.GetHandle());
 }
예제 #3
0
 public IntPtr GetHandle()
 {
     return(source.GetHandle());
 }
 public NativeHandleContractSurrogate(INativeHandleContract contract)
 {
     this._handle = contract.GetHandle().ToInt64();
 }