My Project
|
this represent a class (with the same name as the file name) inside an assembly More...
#include <MonoScriptingState.h>
Public Attributes | |
std::string | m_namespace_name |
name space name of the class | |
std::string | m_class_name |
keep a duplicate copy of class file name, like "HelloWorld" | |
MonoClass * | m_class |
the Mono Class object of the class | |
MonoMethod * | m_activate_function |
the static void activate() function inside the mono class. More... | |
this represent a class (with the same name as the file name) inside an assembly
MonoMethod * ClassObject::m_activate_function |
the static void activate() function inside the mono class.