Gets or sets the path to an assembly file.
[Visual Basic]<FilenameEditor+FileDialogFilter(Title:="Select Assembly", Filter:="Library and Executable files (*.dll, *.exe)|*.dll;*.exe|Library files (*.dll)|*.dll|Executable files (*.exe)|*.exe|All files (*.*)|*.*")>Public Property Assembly As FilePath [C#][FilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="Library and Executable files (*.dll, *.exe)|*.dll;*.exe|Library files (*.dll)|*.dll|Executable files (*.exe)|*.exe|All files (*.*)|*.*")]public FilePath Assembly { get; set; } [C++][FilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="Library and Executable files (*.dll, *.exe)|*.dll;*.exe|Library files (*.dll)|*.dll|Executable files (*.exe)|*.exe|All files (*.*)|*.*")]public: __property FilePath* get_Assembly(); public: __property void set_Assembly(FilePath* ); [JScript] publicFilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="Library and Executable files (*.dll, *.exe)|*.dll;*.exe|Library files (*.dll)|*.dll|Executable files (*.exe)|*.exe|All files (*.*)|*.*")function get Assembly() : FilePath publicFilenameEditor+FileDialogFilter(Title="Select Assembly", Filter="Library and Executable files (*.dll, *.exe)|*.dll;*.exe|Library files (*.dll)|*.dll|Executable files (*.exe)|*.exe|All files (*.*)|*.*")function set Assembly(FilePath);
A FilePath representing the path to an assembly.
AssemblySlashDoc Class | NDoc.Core Namespace