Exemplo n.º 1
0
 internal RuntimeModule GetRuntimeModule() => RuntimeTypeHandle.GetModule(this);
Exemplo n.º 2
0
 public ModuleHandle GetModuleHandle()
 {
     return(new ModuleHandle(RuntimeTypeHandle.GetModule(this.m_type)));
 }