private static extern IntPtr RhGetModuleSection(ref TypeManagerHandle module, ReadyToRunSectionType section, out int length);
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); }