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

cuModuleGetGlobal_v2() private method

private cuModuleGetGlobal_v2 ( ManagedCuda.BasicTypes.CUdeviceptr &dptr, ManagedCuda.BasicTypes.SizeT &bytes, ManagedCuda.BasicTypes.CUmodule hmod, string name ) : CUResult
dptr ManagedCuda.BasicTypes.CUdeviceptr
bytes ManagedCuda.BasicTypes.SizeT
hmod ManagedCuda.BasicTypes.CUmodule
name string
return CUResult
            public static extern CUResult cuModuleGetGlobal_v2(ref CUdeviceptr dptr, ref SizeT bytes, CUmodule hmod, string name);