Package ghidra.pyghidra.property
Class PropertyUtils
java.lang.Object
ghidra.pyghidra.property.PropertyUtils
Utility class for working with classes to obtain and create Python properties.
This class is for internal use only and is only public so it can be
reached from Python.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JavaProperty<?>[]getProperties(Class<?> cls) Gets an array ofJavaPropertyfor the provided class.
-
Method Details
-
getProperties
Gets an array ofJavaPropertyfor the provided class. This method is for internal use only and is only public so it can be called from Python.- Parameters:
cls- the class to get the properties for- Returns:
- an array of properties
-