메소드 | 설명 | |
---|---|---|
AssemblySourceInfo ( string assemblyName, string _namespace ) : System |
Initializes a new instance of the AssemblySourceInfo class.
|
|
CollectViews ( string dirName, |
Collects the views on the assembly resource.
|
|
GetTemplateStream ( String templateName ) : Stream |
Gets the template stream.
|
|
HasTemplate ( String templateName ) : bool |
Determines whether the assembly has the specified template.
|
메소드 | 설명 | |
---|---|---|
NormalizeTemplateName ( string templateName ) : String |
Normalizes the name of the template.
|
|
RegisterEntries ( ) : void |
Registers the entries.
|
public AssemblySourceInfo ( string assemblyName, string _namespace ) : System | ||
assemblyName | string | Name of the assembly. |
_namespace | string | The _namespace. |
리턴 | System |
public CollectViews ( string dirName, |
||
dirName | string | Name of the dir. |
views | The views. | |
리턴 | void |
public GetTemplateStream ( String templateName ) : Stream | ||
templateName | String | Name of the template. |
리턴 | Stream |
public HasTemplate ( String templateName ) : bool | ||
templateName | String | Name of the template. |
리턴 | bool |