Exemple #1
0
    public PList FindIdentityIdsByName(string name, PString.ECaseSensitivity caseSensitivity)
    {
        PList ret = new PList(PapillonPINVOKE.PWatchlist_FindIdentityIdsByName__SWIG_0(swigCPtr, name, (int)caseSensitivity), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #2
0
    public int Compare(string other, PString.ECaseSensitivity caseSensitivity)
    {
        int ret = PapillonPINVOKE.PString_Compare__SWIG_0(swigCPtr, other, (int)caseSensitivity);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #3
0
    public uint Count(string s, PString.ECaseSensitivity c)
    {
        uint ret = PapillonPINVOKE.PString_Count__SWIG_0(swigCPtr, s, (int)c);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #4
0
    public int LastIndexOf(string s, PString.ECaseSensitivity c)
    {
        int ret = PapillonPINVOKE.PString_LastIndexOf__SWIG_0(swigCPtr, s, (int)c);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemple #5
0
    public bool Contains(string s, PString.ECaseSensitivity c)
    {
        bool ret = PapillonPINVOKE.PString_Contains__SWIG_0(swigCPtr, s, (int)c);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }