C# 클래스 CsDebugScript.CodeGen.UserTypes.UserTypeFunction

Class that represents partial initialization function that is called in constructor.
상속: UserTypeField
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
WriteConstructorCode ( IndentedWriter output, int indentation ) : void

Writes the constructor code to the specified output.

WriteFieldCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options ) : void

Writes the field code.

WritePropertyCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options, bool &firstField ) : void

Writes the property code.

메소드 상세

WriteConstructorCode() 공개 메소드

Writes the constructor code to the specified output.
public WriteConstructorCode ( IndentedWriter output, int indentation ) : void
output IndentedWriter The output.
indentation int The current indentation.
리턴 void

WriteFieldCode() 공개 메소드

Writes the field code.
public WriteFieldCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options ) : void
output IndentedWriter The output.
indentation int The indentation.
options UserTypeGenerationFlags The options.
리턴 void

WritePropertyCode() 공개 메소드

Writes the property code.
public WritePropertyCode ( IndentedWriter output, int indentation, UserTypeGenerationFlags options, bool &firstField ) : void
output IndentedWriter The output.
indentation int The indentation.
options UserTypeGenerationFlags The options.
firstField bool if set to true [first field].
리턴 void