C# Class AForge.Video.DirectShow.Internals.CAUUID

Show file Open project: holisticware-admin/MonoVersal.AForgeNET

Public Properties

Property Type Description
cElems int
pElems System.IntPtr

Public Methods

Method Description
ToGuidArray ( ) : System.Guid[]

Performs manual marshaling of pElems to retrieve an array of Guid objects.

Method Details

ToGuidArray() public method

Performs manual marshaling of pElems to retrieve an array of Guid objects.
public ToGuidArray ( ) : System.Guid[]
return System.Guid[]

Property Details

cElems public property

Size of the array pointed to by pElems.
public int cElems
return int

pElems public property

Pointer to an array of UUID values, each of which specifies UUID.
public IntPtr,System pElems
return System.IntPtr