iControl.SystemCryptoClient.get_profile C# (CSharp) 메소드

get_profile() 개인적인 메소드

private get_profile ( string clients ) : iControl.SystemSystemProfileAttribute[][]
clients string
리턴 iControl.SystemSystemProfileAttribute[][]
        public SystemSystemProfileAttribute[][] get_profile(
		string [] clients
	)
        {
            object [] results = this.Invoke("get_profile", new object [] {
                clients});
            return ((SystemSystemProfileAttribute [] [])(results[0]));
        }
SystemCryptoClient