Class Config.NameAttribute
Specifies a preferred config name, instead of using the plugin's name.
Implements
Inherited Members
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
Namespace: IPA.Config
Assembly: IPA.Loader.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class NameAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourceNameAttribute(String)
Constructs the attribute with a specific name.
Declaration
public NameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | the name to use for the config. |
Properties
| Improve this Doc View SourceName
The name to use for the config.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String | the name to use for the config |