Property | Type | Description | |
---|---|---|---|
DumpExpression | void | ||
DumpStatement | void | ||
FindDesignerClass | |||
FindDesignerClass | |||
MergeCodeCompileUnit | |||
MergeCodeCompileUnit | |||
Write | void | ||
WriteIndent | void | ||
WriteLine | void | ||
WriteLineIndent | void |
Method | Description | |
---|---|---|
BuildDesignerFileName ( string prgFile ) : string |
Return the FileName with .Designer inserted
|
|
DumpCodeCompileUnit ( |
||
FindFirstClass ( |
Reading the CodeCompileUnit, enumerate all NameSpaces, enumerate All Types, searching for the first Class declaration
|
|
FindFirstClass ( |
||
HasPartialClass ( |
Reading the CodeCompileUnit, enumerate all NameSpaces, enumerate All Types, searching for the first Partial Class.
|
Method | Description | |
---|---|---|
DumpExpression ( System.CodeDom.CodeExpression e ) : void | ||
DumpStatement ( |
||
FindDesignerClass ( |
Reading the CodeCompileUnit, enumerate all NameSpaces, enumerate All Types, searching for the first Class that contains an InitializeComponent member
|
|
FindDesignerClass ( |
||
MergeCodeCompileUnit ( |
Merge both CodeCompileUnit. The main type (class) will come from designerCompileUnit
|
|
MergeCodeCompileUnit ( |
||
Write ( string str ) : void | ||
WriteIndent ( string str ) : void | ||
WriteLine ( string str ) : void | ||
WriteLineIndent ( string str ) : void |
public static BuildDesignerFileName ( string prgFile ) : string | ||
prgFile | string | |
return | string |
static public DumpCodeCompileUnit ( |
||
ccu | ||
FileName | string | |
append | bool | |
return | void |
public static FindFirstClass ( |
||
ccu | ||
return |
public static FindFirstClass ( |
||
ccu | ||
namespaceName | ||
return |
public static HasPartialClass ( |
||
ccu | ||
contextNameSpace | The NameSpace in wich the partial Class is defined | |
contextClass | The found partial Class | |
return | bool |