My Project
Public Attributes | List of all members
ClassObject Struct Reference

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...
 

Detailed Description

this represent a class (with the same name as the file name) inside an assembly

Member Data Documentation

§ m_activate_function

MonoMethod * ClassObject::m_activate_function

the static void activate() function inside the mono class.


The documentation for this struct was generated from the following file: