iControl.SystemSoftwareManagement.get_boot_image_information C# (CSharp) Method

get_boot_image_information() private method

private get_boot_image_information ( bool save_active_config ) : byte[]
save_active_config bool
return byte[]
        public byte[] get_boot_image_information(
		bool save_active_config
	)
        {
            object [] results = this.Invoke("get_boot_image_information", new object [] {
                save_active_config});
            return ((byte [])(results[0]));
        }
SystemSoftwareManagement