.NET Windows Forms in a Nutshell

LicenseUsageMode serializable

System.ComponentModel (system.dll) enum

This enumeration specifies whether the current LicenseContext is a Designtime or Runtime context.

public enum LicenseUsageMode { Runtime = 0 , Designtime = 1 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) LicenseUsageMode

Returned By

LicenseContext.UsageMode , LicenseManager.UsageMode

Категории