disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ClassInfo

Base class: ReflectionAttributeContainer

Properties

actions : List[ActionInfo] (Read-Only)

base : ClassInfo (Read-Only)

constructors : List[ConstructorInfo] (Read-Only)

fields : List[FieldInfo] (Read-Only)

methods : List[MethodInfo] (Read-Only)

name : str (Read-Only)

properties : List[PropertyInfo] (Read-Only)

size : int (Read-Only)

templates : List[Type] (Read-Only)

type : Type (Read-Only)

Methods

action(self, arg0: string_view) -> ActionInfo

field(self, arg0: string_view) -> FieldInfo

findProperty(self, arg0: string_view) -> PropertyInfo

method(self, arg0: string_view) -> MethodInfo

property_(self, arg0: string_view) -> PropertyInfo

staticField(self, arg0: string_view) -> ReflectionValue

staticMethod(self, arg0: string_view) -> Callable