Show / Hide Table of Contents

Class Util

A shared utilities class

Inheritance
System.Object
Util
Namespace: Supabase.Core
Assembly: Supabase.Core.dll
Syntax
public static class Util : object

Methods

| Improve this Doc View Source

GetAssemblyVersion(Type)

Returns the Current Assembly version - this is usually appended into the headers of each request.

Declaration
public static string GetAssemblyVersion(Type clientType)
Parameters
Type Name Description
Type clientType
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • GetAssemblyVersion(Type)
Back to top Generated by DocFX