| C# | Visual Basic | Visual C++ |
public static class GuiReflector
Public NotInheritable Class GuiReflector
public ref class GuiReflector abstract sealed
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| DebugMode |
Debug mode
| |
| GetAllLoadedTypes()()()() |
Gets all loaded types from all assemblies
| |
| GetAllLoadedTypesAsignableFrom(Type) |
Gets all the types assignable from the supplied type (being subclasses of or implementing the given interface)
| |
| GetAllLoadedTypesDecoratedWith(Type, Boolean) |
Gets all the types decorated with specified attribute
| |
| GetSkinParts(Type) |
Exposes skin parts to other assemblies
| |
| GetSkinStates(Type) |
Exposes skin states to other assemblies
|
| Object | |
| GuiReflector | |