mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-01 05:40:29 +00:00
17 lines
802 B
C#
17 lines
802 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.Win32.SafeHandles.SafeEventLogReadHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class Microsoft_Win32_SafeHandles_SafeEventLogReadHandleImpl
|
|
{
|
|
|
|
public static System.Boolean CloseEventLog(System.IntPtr hEventLog)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.Win32.SafeHandles.SafeEventLogReadHandle.CloseEventLog' has not been implemented!");
|
|
}
|
|
|
|
public static Microsoft.Win32.SafeHandles.SafeEventLogReadHandle OpenEventLog(System.String UNCServerName, System.String sourceName)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.Win32.SafeHandles.SafeEventLogReadHandle.OpenEventLog' has not been implemented!");
|
|
}
|
|
}
|
|
}
|