iControl.ManagementLicenseAdministration.get_license_file C# (CSharp) Méthode

get_license_file() private méthode

private get_license_file ( ) : byte[]
Résultat byte[]
        public byte[] get_license_file(

	)
        {
            object [] results = this.Invoke("get_license_file", new object [0]);
            return ((byte [])(results[0]));
        }