GL.GetString Method

Definition

Overloads

GetString(StringName)
GetString(All)
Obsolete.

GetString(StringName)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetString", Version="2.0")]
[System.CLSCompliant(false)]
public static string GetString (OpenTK.Graphics.ES20.StringName name);
static member GetString : OpenTK.Graphics.ES20.StringName -> string

Parameters

name
StringName

Returns

Attributes

Applies to

GetString(All)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetString", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static string GetString (OpenTK.Graphics.ES20.All name);
static member GetString : OpenTK.Graphics.ES20.All -> string

Parameters

name
All

Returns

Attributes

Applies to