2 using System
.Reflection
;
4 using GF
= Gendarme
.Framework
;
6 namespace MonoDevelop
.CodeAnalysis
.Gendarme
{
8 static class Utilities
{
10 public static bool IsGendarmeRule (Type t
)
12 return t
.GetInterface (typeof (GF
.IRule
).FullName
) != null;