| PvpStatisticWrapper Class |
Namespace: GW2CSharp.V2.Authenticated.Pvp.Stats
public class PvpStatisticWrapper : ApiBase
The PvpStatisticWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| PvpStatisticWrapper |
Returns a wrapper for all pvpstats endpoint calls.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get |
Returns PvpStatistics about the given account.
| |
| Get(String) |
Returns PvpStatistics about the given account.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
public void GetStatistics() { string token = "58751B23-07DA-AB49-A5DE-0DBC9BA6C79ECCDE107E-2785-4296-BAEF-64AD20580F8A"; PvpStatistic statistic = GW2Api.V2(token).PvpStatistics.Get(); }