Ejemplo n.º 1
0
	internal CVRSystem(IntPtr pInterface)
	{
		FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem));
	}
Ejemplo n.º 2
0
 internal CVRSystem(IntPtr pInterface)
 {
     this.FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem));
 }