C# 클래스 Mono.Addins.ImportAddinFileAttribute

Declares an add-in file import
An add-in may be composed by several assemblies and data files. Data files must be declared in the main assembly using this attribute, or in the XML manifest. It is important to properly declare all files used by an add-in. This information is used by setup tools to know exactly what needs to be packaged when creating an add-in package, or to know what needs to be deleted when removing an add-in.
상속: System.Attribute
파일 보기 프로젝트 열기: slluis/mono-addins

공개 메소드들

메소드 설명
ImportAddinFileAttribute ( string filePath ) : System

Initializes a new instance

메소드 상세

ImportAddinFileAttribute() 공개 메소드

Initializes a new instance
public ImportAddinFileAttribute ( string filePath ) : System
filePath string /// Path to the file. Must be relative to the assembly declaring this attribute. ///
리턴 System