Hi,
Does Isolator supports mocking a dllimport methods?
methods like:
[DllImport("systab.dll", /*CharSet = CharSet.Ansi,*/ EntryPoint = "sysTabTopicToString", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ThrowOnUnmappableChar = true)]
public extern static int sysTabTopicToString(int topic, [MarshalAs(UnmanagedType.LPStr)] StringBuilder pTopicString, int maxLen);
if it does is there anythign special i need to do?