C# 클래스 Patchwork.PatchworkDebugRegisterAttribute

상속: PatchingAttribute
파일 보기 프로젝트 열기: GregRos/Patchwork

공개 메소드들

메소드 설명
PatchworkDebugRegisterAttribute ( string debugFieldName, object declaringType = null ) : System

메소드 상세

PatchworkDebugRegisterAttribute() 공개 메소드

public PatchworkDebugRegisterAttribute ( string debugFieldName, object declaringType = null ) : System
debugFieldName string The name of the string field that will store the debug information.
declaringType object The type that declares the field. If not specified, the modified type is assumed.
리턴 System