这里,我们将了解一下如何查找所有支持的配置对象类型及其属性的信息。
Here, we will see how to find information on all the supported config object types and their attributes.
展开这些种类中的任何一个都将显示一个对象列表,选择一个对象将显示其属性、统计信息,以及可以在该对象上执行的操作。
Expanding any of these categories displays a list of objects, and selecting an object displays the attributes, statistics, and the operations that can be performed on the object.
这样你就可以在运行时获得对象的信息,比如对象包含的属性和方法以及实现的接口等等。
You then have an API for accessing runtime information of the objects running in your application, like what properties and methods they have, what interfaces they implement, etc.
应用推荐