Class RefPathsAttribute
The default compiler adds this attribute to the main assembly if using non-default references (meta r or nuget). Allows to find them at run time. Only if role miniProgram (default) or editorExtension.
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class RefPathsAttribute : Attribute
Namespace: Au.Types
Assembly: Au.dll
Constructors
Name | Description |
---|---|
RefPathsAttribute(string) |
Fields
Name | Description |
---|---|
Paths | Dll paths separated with |