// Mono Extension: returns the GUID of this module internal static Guid Mono_GetGuid(Module module) { return(new Guid(module.GetGuidInternal())); }