Search results for query: *

  • Users: yxq
  • Order by date
  1. Y

    Question Why Inherited Interface not Work?

    You mean that the ntfsreader.dll must be referenced in B program for using the INode to get the return value from A dll?
  2. Y

    Question Why Inherited Interface not Work?

    Only can use the For each to covert the INode to a new Class? it's slow for lots of items. Because i want to invoke the ntfsreader.dll in A.dll, build a function to return list of (INode) value in A.dll, then B program invoke A.dll to get the list of (INode), how to return the INode value in B...
  3. Y

    Question Why Inherited Interface not Work?

    Can't it be done? thank you.
  4. Y

    Question Why Inherited Interface not Work?

    I am testing the NTFS Reader from GitHub - michaelkc/NtfsReader: Danny Coutures NtfsReader source (fast NTFS access, like everything) The dll file has been attached. But why the code below will not work? Thank you. Public Interface INodeNew Inherits INode End Interface Public Sub...
Back
Top