Represents method or property of the plugin class. This class wraps member which has attached PluginMemberAttribute attribute and uses reflection to invoke it.
For a list of all members of this type, see PluginMember Members.
System.Object
Aspose.Editor.PluginMember
[Visual Basic]
NotInheritable Public Class PluginMember
[C#]public sealed class PluginMember
Remarks
Invocation is done through reflection and thus caller experiences performance penalty. If direct call is required then called shall instead reference plugin assembly directly.
Requirements
Namespace: Aspose.Editor
Assembly: Aspose.Editor.Desktop (in Aspose.Editor.Desktop.dll)
See Also
PluginMember Members | Aspose.Editor Namespace | PluginMemberAttribute