프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetTypedValue | object |
메소드 | 설명 | |
---|---|---|
CodeProvider ( |
Initializes a new instance of the CodeProvider for the specified CodeLanguage.
|
|
GenerateAssemblyAttributesCode ( NAnt.DotNet.Types.AssemblyAttributeCollection assemblyAttributes, |
Generates code for the specified assembly attributes.
|
|
GenerateImportCode ( |
Generates code for the specified imports.
|
메소드 | 설명 | |
---|---|---|
GetTypedValue ( |
public CodeProvider ( |
||
assemblyInfoTask | The |
|
codeLanguage | CodeLanguage | The |
리턴 | System.Security |
public GenerateAssemblyAttributesCode ( NAnt.DotNet.Types.AssemblyAttributeCollection assemblyAttributes, |
||
assemblyAttributes | NAnt.DotNet.Types.AssemblyAttributeCollection | The assembly attributes for which code should be generated. |
imports | Imports used to resolve the assembly attribute names to fully qualified type names. | |
assemblies | Assembly that will be used to resolve the attribute names to |
|
writer | The |
|
리턴 | void |
public GenerateImportCode ( |
||
imports | The imports for which code should be generated. | |
writer | The |
|
리턴 | void |