iControl.ManagementSNMPConfiguration.get_system_information C# (CSharp) 메소드

get_system_information() 개인적인 메소드

private get_system_information ( ) : ManagementSNMPConfigurationSystemInformation
리턴 ManagementSNMPConfigurationSystemInformation
        public ManagementSNMPConfigurationSystemInformation get_system_information(

	)
        {
            object [] results = this.Invoke("get_system_information", new object [0]);
            return ((ManagementSNMPConfigurationSystemInformation)(results[0]));
        }
ManagementSNMPConfiguration