메소드 | 설명 | |
---|---|---|
Generate ( BaseEntity entity ) : void |
Generate the code for the specified entity.
|
메소드 | 설명 | |
---|---|---|
AppendAvailability ( int indent, BaseEntity entity ) : void |
Appends the availability paragraph.
|
|
AppendEndCondition ( BaseEntity entity ) : void |
Appends the end condition for OS version.
|
|
AppendObsoleteAttribute ( BaseEntity entity ) : void |
Appends the obsolete attribute.
|
|
AppendStandardNamespaces ( ) : void |
Append the standard namespaces
|
|
AppendStartCondition ( BaseEntity entity ) : void |
Appends the start condition for OS version.
|
|
BaseGenerator ( ) : System |
Initializes a new instance of the BaseGenerator class.
|
|
GetInvocationParameter ( MethodParameterEntity methodParameterEntity, MethodParameterEntity destinationMethodParameterEntity = null ) : String |
Gets the parameter for an invocation.
|
|
GetRealType ( String type, bool is64Bits ) : String |
Gets the real type of the given type.
|
|
GetTypeSignature ( MethodParameterEntity methodParameterEntity ) : String |
Gets the type signature.
|
|
IsMixedType ( String type ) : bool |
Determines whether the specified type is a mixed type.
|
protected AppendAvailability ( int indent, BaseEntity entity ) : void | ||
indent | int | The indent. |
entity | BaseEntity | The entity. |
리턴 | void |
protected AppendEndCondition ( BaseEntity entity ) : void | ||
entity | BaseEntity | The entity. |
리턴 | void |
protected AppendObsoleteAttribute ( BaseEntity entity ) : void | ||
entity | BaseEntity | The entity. |
리턴 | void |
protected AppendStartCondition ( BaseEntity entity ) : void | ||
entity | BaseEntity | The entity. |
리턴 | void |
public abstract Generate ( BaseEntity entity ) : void | ||
entity | BaseEntity | |
리턴 | void |
protected static GetInvocationParameter ( MethodParameterEntity methodParameterEntity, MethodParameterEntity destinationMethodParameterEntity = null ) : String | ||
methodParameterEntity | MethodParameterEntity | |
destinationMethodParameterEntity | MethodParameterEntity | |
리턴 | String |
protected GetRealType ( String type, bool is64Bits ) : String | ||
type | String | The type. |
is64Bits | bool | if set to |
리턴 | String |
protected static GetTypeSignature ( MethodParameterEntity methodParameterEntity ) : String | ||
methodParameterEntity | MethodParameterEntity | |
리턴 | String |