swirl
Home Software Blog Wallpapers Webtools
Dependency Viewer for .NET

homeHome
Software listSoftware List

Delicious Bookmark this on Delicious

Dependency Viewer for .NET

zip file Download file (368 KB) [Downloaded 1010 times]

Features

  • Works on Windows XP and above
  • List dependent assemblies of any .NET DLL
  • Find out the loading time of each assembly
  • Launch Dependency Walker (if configured)
  • Filter out .NET framework assemblies so you see only the assemblies you need
  • Save dependency list as HTML report
  • Freeware

Screenshots

screenshot


Usage help

syntax: filetime filename -date-time-field:datetime [-isutc]
filename - filename or a pattern e.g. hello.doc or *.txt.
date-time-field can be one of
-creation:datetime - creation date and time
-lastaccess:datetime - last accessed date and time
-lastwrite:datetime - last write date and time
-all:datetime - use this value for creation, last-access and last-write
-isutc - Optional. If specified the specified date time is taken to be UTC and no conversion is done.
Datetime values must be specified as YYYY-MM-DD HH-MM-SS
E.g.1 - set creation, last-accessed and last-write timestamps:

filetime hello.doc "-creation:2000-01-01 8:00:00" "-lastaccess:2001-01-01 8:00:00"  
"-lastwrite:2002-01-01 8:00:00"
E.g.2 - set all timestamps:
filetime d:\temp\*.exe "-all:2000-01-01 8:00:00"

Pre-requisite software