예제 #1
0
 private static extern IntPtr RhGetModuleSection(ref TypeManagerHandle module, ReadyToRunSectionType section, out int length);
예제 #2
0
 internal static IntPtr RhGetModuleSection(TypeManagerHandle module, ReadyToRunSectionType section, out int length)
 {
     return RhGetModuleSection(ref module, section, out length);
 }
 public bool Equals(TypeManagerHandle other)
 {
     return(_handleValue == other._handleValue);
 }