Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System/ModuleHandle.cs')
-rw-r--r--mcs/class/corlib/System/ModuleHandle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/System/ModuleHandle.cs b/mcs/class/corlib/System/ModuleHandle.cs
index d45d385fa13..98bc38156e1 100644
--- a/mcs/class/corlib/System/ModuleHandle.cs
+++ b/mcs/class/corlib/System/ModuleHandle.cs
@@ -59,7 +59,7 @@ namespace System
}
}
- internal void GetPEKind (out PortableExecutableKinds peKind, out ImageFileMachine machine)
+ public void GetPEKind (out PortableExecutableKinds peKind, out ImageFileMachine machine)
{
if (value == IntPtr.Zero)
throw new ArgumentNullException (String.Empty, "Invalid handle");