# WebLicenseInfo

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* WebLicenseInfo

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.Core

```csharp
[Serializable]
public class WebLicenseInfo
```

## Constructors

### WebLicenseInfo()

```csharp
public WebLicenseInfo()
```

### WebLicenseInfo(WebLicenseInfo)

```csharp
public WebLicenseInfo(WebLicenseInfo o)
```

Parameters

| Type                                    | Name | Description |
| --------------------------------------- | ---- | ----------- |
| [WebLicenseInfo](./core_weblicenseinfo) | o    |             |

## Fields

### id

```csharp
public uint id
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### product

```csharp
public string product
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### validity

```csharp
public Date validity
```

Returns

| Type                | Description |
| ------------------- | ----------- |
| [Date](./core_date) |             |

### count

```csharp
public int count
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### inUse

```csharp
public int inUse
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### revoke

```csharp
public int revoke
```

Returns

| Type                                                       | Description |
| ---------------------------------------------------------- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) |             |

### description

```csharp
public string description
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### onMachine

```csharp
public bool onMachine
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### current

```csharp
public bool current
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |
