C# Class Patchwork.PatchworkDebugRegisterAttribute

Inheritance: PatchingAttribute
Mostrar archivo Open project: GregRos/Patchwork

Public Methods

Method Description
PatchworkDebugRegisterAttribute ( string debugFieldName, object declaringType = null ) : System

Method Details

PatchworkDebugRegisterAttribute() public method

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.
return System