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

Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET

Méthodes publiques

Свойство Type Description
cElems int
pElems System.IntPtr

Méthodes publiques

Méthode Description
ToGuidArray ( ) : System.Guid[]

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

Method Details

ToGuidArray() public méthode

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

Property Details

cElems public_oe property

Size of the array pointed to by pElems.
public int cElems
Résultat int

pElems public_oe property

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