mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 10:11:31 +00:00
18 lines
414 B
C#
18 lines
414 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using IL2CPU.API.Attribs;
|
|
|
|
namespace Cosmos.Core_Plugs.System.Reflection
|
|
{
|
|
[Plug("System.Reflection.RuntimeModule, System.Private.CoreLib")]
|
|
class RuntimeModuleImpl
|
|
{
|
|
//public static string get_ScopeName(object aThis)
|
|
//{
|
|
// return "";
|
|
//}
|
|
}
|
|
}
|