Show / Hide Table of Contents

Class StdString

C++ std::string

Inheritance
System.Object
DisposableObject
DisposableCvObject
StdString
Implements
ICvPtrHolder
Inherited Members
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.DisposeManaged()
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp.Internal
Assembly: OpenCvSharp.dll
Syntax
public class StdString : DisposableCvObject, ICvPtrHolder

Constructors

| Improve this Doc View Source

StdString()

Declaration
public StdString()
| Improve this Doc View Source

StdString(String)

Declaration
public StdString(string str)
Parameters
Type Name Description
System.String str

Properties

| Improve this Doc View Source

Size

string.size()

Declaration
public nuint Size { get; }
Property Value
Type Description
System.UIntPtr

Methods

| Improve this Doc View Source

DisposeUnmanaged()

Releases unmanaged resources

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

ToString()

Converts std::string to managed string

Declaration
public string ToString()
Returns
Type Description
System.String

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX