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

Class represents transformation done on the symbol that should convert it to user type.
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 메소드들

메소드 설명
UserTypeTransformation ( XmlTypeTransformation transformation, string>.Func typeConverter, UserType ownerUserType, Symbol type ) : System

Initializes a new instance of the UserTypeTransformation class.

비공개 메소드들

메소드 설명
TransformConstructor ( string simpleFieldValue, string fieldOffset ) : string

Transforms the constructor based on field variable and field offset.

TransformType ( ) : string

Transforms the symbol type to user type.

메소드 상세

UserTypeTransformation() 공개 메소드

Initializes a new instance of the UserTypeTransformation class.
public UserTypeTransformation ( XmlTypeTransformation transformation, string>.Func typeConverter, UserType ownerUserType, Symbol type ) : System
transformation XmlTypeTransformation The XML transformation definition.
typeConverter string>.Func The type converter.
ownerUserType UserType The owner user type.
type Symbol The type that should be transformed to user type.
리턴 System