NDoc 1.3.1 SDK

AssemblySlashDoc.Assembly Property

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] public 
   FilenameEditor+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 public 
   FilenameEditor+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);

Property Value

A FilePath representing the path to an assembly.

See Also

AssemblySlashDoc Class | NDoc.Core Namespace