Assembly Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Assembly type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
NetArguments |
Sets the arguments to use for invoking a method. The arguments must be specified with a type, i.e.
int
|
![]() |
NetAssembly |
Sets the name of the Assembly
|
![]() |
NetClass |
Sets the name of the Class
|
![]() |
NetMethod |
Sets the name of the Method. If this is not provided, a call is made to the default constructor.
|
![]() |
OutputItems |
Gets the outputitems.
For a call to GetMethodInfo, OutputItems provides the following metadata: Parameters For a call to GetInfo, OutputItems provides the following metadata: AssemblyVersion, FileVersion, Culture, CultureDisplayName, FullName, PublicKeyToken, AssemblyInformationalVersion |
![]() |
Result |
Gets any Result that is returned
|
See Also