System.RuntimeTypeHandle.SupportsInterface C# (CSharp) Method

SupportsInterface() private method

private SupportsInterface ( object target ) : bool
target object
return bool
        internal extern bool SupportsInterface(object target);