iControl.SystemVCMP.get_slot_allocation C# (CSharp) Метод

get_slot_allocation() приватный Метод

private get_slot_allocation ( string guests ) : SystemVCMPVCMPSlotAllocation[]
guests string
Результат SystemVCMPVCMPSlotAllocation[]
        public SystemVCMPVCMPSlotAllocation[] get_slot_allocation(
		string [] guests
	)
        {
            object [] results = this.Invoke("get_slot_allocation", new object [] {
                guests});
            return ((SystemVCMPVCMPSlotAllocation [])(results[0]));
        }
SystemVCMP