Show / Hide Table of Contents

Struct Region

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: MingweiSamuel.Camille.Enums
Assembly: Camille.dll
Syntax
public struct Region

Constructors

| Improve this Doc View Source

Region(String, String)

Declaration
[Obsolete("Use Region.* static regions or Region.Get(string) instead.")]
public Region(string key, string platform)
Parameters
Type Name Description
System.String key
System.String platform

Fields

| Improve this Doc View Source

Americas

Regional proxy for Americas.

Declaration
public static readonly Region Americas
Field Value
Type Description
Region
| Improve this Doc View Source

Asia

Regional proxy for Asia.

Declaration
public static readonly Region Asia
Field Value
Type Description
Region
| Improve this Doc View Source

BR

Brazil.

Declaration
public static readonly Region BR
Field Value
Type Description
Region
| Improve this Doc View Source

EUNE

North-east Europe.

Declaration
public static readonly Region EUNE
Field Value
Type Description
Region
| Improve this Doc View Source

Europe

Regional proxy for Europe.

Declaration
public static readonly Region Europe
Field Value
Type Description
Region
| Improve this Doc View Source

EUW

West Europe.

Declaration
public static readonly Region EUW
Field Value
Type Description
Region
| Improve this Doc View Source

Garena

Garena publisher - South east asia regions. Not functional in endpoints.

Declaration
public static readonly Region Garena
Field Value
Type Description
Region
| Improve this Doc View Source

Global

Global.

Declaration
public static readonly Region Global
Field Value
Type Description
Region
| Improve this Doc View Source

JP

Japan.

Declaration
public static readonly Region JP
Field Value
Type Description
Region
| Improve this Doc View Source

Key

Region key in all capital letters.

Declaration
public readonly string Key
Field Value
Type Description
System.String
| Improve this Doc View Source

KR

Korea.

Declaration
public static readonly Region KR
Field Value
Type Description
Region
| Improve this Doc View Source

LAN

North Latin America.

Declaration
public static readonly Region LAN
Field Value
Type Description
Region
| Improve this Doc View Source

LAS

South Latin America.

Declaration
public static readonly Region LAS
Field Value
Type Description
Region
| Improve this Doc View Source

NA

North America.

Declaration
public static readonly Region NA
Field Value
Type Description
Region
| Improve this Doc View Source

OCE

Oceania.

Declaration
public static readonly Region OCE
Field Value
Type Description
Region
| Improve this Doc View Source

PBE

Public beta environment. Only functional in certain endpoints.

Declaration
public static readonly Region PBE
Field Value
Type Description
Region
| Improve this Doc View Source

Platform

Platform ID in capital letters and digits.

Declaration
public readonly string Platform
Field Value
Type Description
System.String
| Improve this Doc View Source

RU

Russia.

Declaration
public static readonly Region RU
Field Value
Type Description
Region
| Improve this Doc View Source

Tencent

Tencent publisher - China. Not functional in endpoints.

Declaration
public static readonly Region Tencent
Field Value
Type Description
Region
| Improve this Doc View Source

TR

Turkey.

Declaration
public static readonly Region TR
Field Value
Type Description
Region
| Improve this Doc View Source

TRLH1

Tournament Realm 1.

Declaration
public static readonly Region TRLH1
Field Value
Type Description
Region
| Improve this Doc View Source

TRLH2

Tournament Realm 2.

Declaration
public static readonly Region TRLH2
Field Value
Type Description
Region
| Improve this Doc View Source

TRLH3

Tournament Realm 3.

Declaration
public static readonly Region TRLH3
Field Value
Type Description
Region
| Improve this Doc View Source

TRLH4

Tournament Realm 4.

Declaration
public static readonly Region TRLH4
Field Value
Type Description
Region

Methods

| Improve this Doc View Source

Get(String)

Gets the Region associated with the given region key or platform ID. Throws a KeyNotFoundException if not found.

Declaration
public static Region Get(string name)
Parameters
Type Name Description
System.String name

Region key or platform ID.

Returns
Type Description
Region

Matching region.

Exceptions
Type Condition
System.Collections.Generic.KeyNotFoundException

If region not found.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX