Method |
Description |
|
CreateFor ( Type t ) : Type |
|
|
CreateNamespace ( Type t ) : CodeNamespace |
|
|
CreatePropertyOverride ( string structType, PropertyInfo pi, CodeMethodReferenceExpression changeMethod ) : CodeMemberProperty |
|
|
CreateStructField ( PropertyInfo pi ) : CodeTypeMember |
|
|
CreateType ( Type t, CodeNamespace nsp ) : void |
|
|
GetNameForDerivedClass ( Type t ) : string |
|
|
GetNameForSupportingStruct ( Type t ) : string |
|
|
GetOnChanged ( Type t ) : CodeMethodReferenceExpression |
|
|
GetReferences ( Type t ) : IEnumerable |
|
|
HasCommute ( Type t ) : bool |
|
|
IsInteresting ( PropertyInfo pi ) : bool |
|
|
MakeAssembly ( Action contentGenerator ) : Assembly |
|
|
PrepareType ( Type t, CodeCompileUnit cu ) : void |
|
|
ThrowErrors ( CompilerErrorCollection compilerErrorCollection ) : void |
|
|