ManagedCuda.DriverAPINativeMethods.ModuleManagement.cuModuleGetFunction C# (CSharp) Method

cuModuleGetFunction() private method

private cuModuleGetFunction ( ManagedCuda.BasicTypes.CUfunction &hfunc, ManagedCuda.BasicTypes.CUmodule hmod, string name ) : CUResult
hfunc ManagedCuda.BasicTypes.CUfunction
hmod ManagedCuda.BasicTypes.CUmodule
name string
return CUResult
            public static extern CUResult cuModuleGetFunction(ref CUfunction hfunc, CUmodule hmod, string name);