iControl.ManagementLicenseAdministration.get_license_file C# (CSharp) 메소드

get_license_file() 개인적인 메소드

private get_license_file ( ) : byte[]
리턴 byte[]
        public byte[] get_license_file(

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