iControl.SystemVCMP.get_guest_slots C# (CSharp) 메소드

get_guest_slots() 개인적인 메소드

private get_guest_slots ( string guests ) : short[]
guests string
리턴 short[]
        public short[] get_guest_slots(
		string [] guests
	)
        {
            object [] results = this.Invoke("get_guest_slots", new object [] {
                guests});
            return ((short [])(results[0]));
        }
SystemVCMP