mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 04:40:14 +00:00
17 lines
695 B
C#
17 lines
695 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Management.WmiNetUtilsHelper), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Management_WmiNetUtilsHelperImpl
|
|
{
|
|
|
|
public static System.IntPtr LoadLibrary(System.String fileName)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Management.WmiNetUtilsHelper.LoadLibrary' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetProcAddress(System.IntPtr hModule, System.String procname)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Management.WmiNetUtilsHelper.GetProcAddress' has not been implemented!");
|
|
}
|
|
}
|
|
}
|