C# Класс Patchwork.PatchworkDebugRegisterAttribute

Наследование: PatchingAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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