Esempio n. 1
0
File: Module.cs Progetto: UCIS/mono
		// Used by mcs, the symbol writer, and mdb through reflection
		internal static Guid Mono_GetGuid (Module module)
		{
			return module.GetModuleVersionId ();
		}
Esempio n. 2
0
 // Used by mcs, the symbol writer, and mdb through reflection
 internal static Guid Mono_GetGuid(Module module)
 {
     return(module.GetModuleVersionId());
 }