What type should I specify in order to get a class?

what type should I specify in order to get a class (I'm scrolling through the contents of the folder where classes are stored, they are static classes and I need to call their initiation method)
No description
8 Replies
Tesmi
TesmiOP3y ago
No description
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Tesmi
TesmiOP3y ago
I cannot use import because the compiler requires the exact path, i.e. a specific file I need to dynamically load these classes
Tesmi
TesmiOP3y ago
No description
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Tesmi
TesmiOP3y ago
It didn't help because it thinks it's an instance of a class, but I need a class (not an instance, so I can use static methods)
Tesmi
TesmiOP3y ago
I solved my problem
No description
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?