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

Class representing template user type factory. It is used to inject template arguments into existing user type factory.
상속: UserTypeFactory
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
TemplateUserTypeFactory ( UserTypeFactory originalFactory, TemplateUserType templateType )

Initializes a new instance of the TemplateUserTypeFactory class.

비공개 메소드들

메소드 설명
GetUserType ( Module module, string typeString, UserType &userType ) : bool

Look up for user type based on the specified module and type string.

GetUserType ( Symbol type, UserType &userType ) : bool

Look up for user type based on the specified symbol.

TryGetTemplateArgument ( string typeName, string &argumentName ) : bool

Tries to match the specified type name against template arguments.

메소드 상세

TemplateUserTypeFactory() 공개 메소드

Initializes a new instance of the TemplateUserTypeFactory class.
public TemplateUserTypeFactory ( UserTypeFactory originalFactory, TemplateUserType templateType )
originalFactory UserTypeFactory The original user type factory.
templateType TemplateUserType The template user type.