C# Class Patchwork.PatchworkDebugRegisterAttribute

Inheritance: PatchingAttribute
Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

Méthode Description
PatchworkDebugRegisterAttribute ( string debugFieldName, object declaringType = null ) : System

Method Details

PatchworkDebugRegisterAttribute() public méthode

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.
Résultat System