public ILayoutInput GetLayoutInput(DataCookie idInput)
 {
     return (ILayoutInput)this._weasel.Invoke("GetLayoutInput", new object[] { idInput });
 }
 public void SetLayoutInput(DataCookie idInput, ILayoutInput oNewValue)
 {
     this._weasel.Invoke("SetLayoutInput", new object[] { idInput, oNewValue });
 }
 protected void SetData(DataCookie cookie, object value)
 {
     this._weasel.Invoke("SetData", new object[] { cookie, value });
 }
 public ExtendedLayoutOutput GetExtendedLayoutOutput(DataCookie idOutput)
 {
     return (ExtendedLayoutOutput)this._weasel.Invoke("GetAnimation", new object[] { idOutput });
 }
 //protected override void Finalize()
 //{
 //    this._weasel.Invoke("Finalize");
 //}
 protected object GetData(DataCookie cookie)
 {
     return this._weasel.Invoke("GetData", new object[] { cookie });
 }
Esempio n. 6
0
 static DataCookie()
 {
     NULL = new DataCookie();
 }
Esempio n. 7
0
 internal static uint ToUInt32(DataCookie handle)
 {
     return(handle.m_value);
 }
 internal static uint ToUInt32(DataCookie handle)
 {
     return handle.m_value;
 }
 static DataCookie()
 {
     NULL = new DataCookie();
 }