Show / Hide Table of Contents

Class CaptureApplication

Application used for capture

Inheritance
Object
CaptureApplication
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class CaptureApplication

Fields

application

OAuth linked application

Declaration
public OauthApplication application
Field Value
Type Description
OauthApplication
Remarks

Get information of an application linked to VRoidSDK set by the developer Null if the application is not linked to SDK

id

Application ID

Declaration
public string id
Field Value
Type Description
String

name

Application name

Declaration
public string name
Field Value
Type Description
String

web_site

Application website

Declaration
public string web_site
Field Value
Type Description
String
In This Article
Back to top Generated by DocFX