IKVM.Reflection.Type.GetInterface C# (CSharp) Method

GetInterface() public method

public GetInterface ( string name ) : Type
name string
return Type
        public Type GetInterface(string name)
        {
            return GetInterface(name, false);
        }

Same methods

Type::GetInterface ( string name, bool ignoreCase ) : Type