Class CSharpGluecCompiler
Inheritance
System.Object
CSharpGluecCompiler
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Azos.dll
public class CSharpGluecCompiler : GluecCompiler
Constructors
Declaration
public CSharpGluecCompiler(Assembly asm)
Parameters
Type |
Name |
Description |
System.Reflection.Assembly |
asm |
|
Properties
Declaration
[Config("$cl-suffix")]
public string ClassSuffix { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[Config("$ns-suffix")]
public string NamespaceSuffix { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[Config("$ns-root")]
public string RootNamespace { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
BeforeClientClass(StringBuilder, Type, String, String)
Declaration
protected virtual void BeforeClientClass(StringBuilder sb, Type tc, string cname, string iname)
Parameters
Type |
Name |
Description |
System.Text.StringBuilder |
sb |
|
System.Type |
tc |
|
System.String |
cname |
|
System.String |
iname |
|
Declaration
public override void Compile()
Overrides
Declaration
protected virtual string FileHeader()
Returns
Type |
Description |
System.String |
|
Declaration
protected virtual string GetClientInterfaceName(Type tc)
Parameters
Type |
Name |
Description |
System.Type |
tc |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected string TypeToStr(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.String |
|
Extension Methods