Ejemplo n.º 1
0
 public HRESULT GetRegistry(IMLOperatorRegistry **ppOperatorRegistry)
 {
     return(((delegate * unmanaged <ILearningModelOperatorProviderNative *, IMLOperatorRegistry **, int>)(lpVtbl[3]))((ILearningModelOperatorProviderNative *)Unsafe.AsPointer(ref this), ppOperatorRegistry));
 }
Ejemplo n.º 2
0
 public static extern int MLCreateOperatorRegistry([NativeTypeName("IMLOperatorRegistry **")] IMLOperatorRegistry **registry);
Ejemplo n.º 3
0
 public static extern int MLCreateOperatorRegistry(IMLOperatorRegistry **registry);
Ejemplo n.º 4
0
 public static extern HRESULT MLCreateOperatorRegistry(IMLOperatorRegistry **registry);