Table of Contents

Class ContentServerParameterAttribute

Namespace
MonoGame.Framework.Content.Pipeline.Builder.Server
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 string

Name of the parameter to be shown in the cli

description string

Description 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

string

Name

Name of the parameter to be shown in the cli.

public string Name { get; set; }

Property Value

string