Class ContentServerParameterAttribute
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
An ttribute used to specify that a property should be displaying as a cli argument.
[AttributeUsage(AttributeTargets.Property)]
public class ContentServerParameterAttribute : Attribute
- Inheritance
-
ContentServerParameterAttribute
- Inherited Members
Constructors
ContentServerParameterAttribute(string, string)
An ttribute used to specify that a property should be displaying as a cli argument.
public ContentServerParameterAttribute(string name, string description)
Parameters
name
stringName of the parameter to be shown in the cli
description
stringDescription for the parameter to be shown in the cli
Properties
Description
Description for the parameter to be shown in the cli.
public string Description { get; set; }
Property Value
Name
Name of the parameter to be shown in the cli.
public string Name { get; set; }