C# 클래스 Tp.Integration.Plugin.Common.PluginAssemblyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetData ( ) : PluginData
PluginAssemblyAttribute ( string name ) : System

Creates an instance of plugin assembly attribute. Attribute data will be used on UI.

PluginAssemblyAttribute ( string name, string description, string category ) : System

Creates an instance of plugin assembly attribute. Attribute data will be used on UI.

PluginAssemblyAttribute ( string name, string description, string category, string iconFilePath ) : System

Creates an instance of plugin assembly attribute. Attribute data will be used on UI.

메소드 상세

GetData() 공개 메소드

public GetData ( ) : PluginData
리턴 PluginData

PluginAssemblyAttribute() 공개 메소드

Creates an instance of plugin assembly attribute. Attribute data will be used on UI.
public PluginAssemblyAttribute ( string name ) : System
name string The plugin name.
리턴 System

PluginAssemblyAttribute() 공개 메소드

Creates an instance of plugin assembly attribute. Attribute data will be used on UI.
public PluginAssemblyAttribute ( string name, string description, string category ) : System
name string The plugin name.
description string The plugin description
category string The plugin category.
리턴 System

PluginAssemblyAttribute() 공개 메소드

Creates an instance of plugin assembly attribute. Attribute data will be used on UI.
public PluginAssemblyAttribute ( string name, string description, string category, string iconFilePath ) : System
name string The plugin name.
description string The plugin description
category string The plugin category.
iconFilePath string Path to plugin icon
리턴 System