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