"Usage of Exported Method from C#"

[DllImport(NATIVE_DLL_NAME, CallingConvention = InteropUtils.DEFAULT_CALLING_CONVENTION,
    EntryPoint = "RenderPassManager_ExecuteCommandList")]
public static extern InteropBool RenderPassManager_ExecuteCommandList(
    DeviceContextHandle immediateContextHandle,
    IntPtr commandList
);


Code snippet taken from "P/Invoke Tips".